Bug 1616780 - Add __NR_sched_getattr to the list of thread function r=jld

Introduced in:
8aeca4fa64

Shipping in glib 2.63.5 (available in Debian experimental)

Thanks to @padenot for the suggestion!

Differential Revision: https://phabricator.services.mozilla.com/D63451

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Sylvestre Ledru 2020-02-24 22:04:16 +00:00
Родитель 7d2ca8e4e6
Коммит a2d5cb90b0
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -1160,6 +1160,7 @@ class ContentSandboxPolicy : public SandboxPolicyCommon {
case __NR_getpriority:
case __NR_setpriority:
case __NR_sched_getattr:
case __NR_sched_get_priority_min:
case __NR_sched_get_priority_max:
case __NR_sched_getscheduler: