sysdep.c (__gnat_has_cap_sys_nice): New function to determine whether the current...
authorBob Duff <duff@adacore.com>
Wed, 6 Sep 2017 10:49:05 +0000 (10:49 +0000)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 6 Sep 2017 10:49:05 +0000 (12:49 +0200)
commit09b57dfe286b5445e30815d752bf528da047e4df
tree6d4aca5f0a54998aa02db1d4b6db9fac20fe075a
parent7d8272552fe9cf00fdebeb04145e7332a9589b9a
sysdep.c (__gnat_has_cap_sys_nice): New function to determine whether the current process has the CAP_SYS_NICE...

2017-09-06  Bob Duff  <duff@adacore.com>

* sysdep.c (__gnat_has_cap_sys_nice): New function to determine
whether the current process has the CAP_SYS_NICE capability.
* s-taprop-linux.adb (Get_Ceiling_Support): Update this to allow
ceiling priorities if the current process has the CAP_SYS_NICE
capability.

From-SVN: r251777
gcc/ada/ChangeLog
gcc/ada/s-taprop-linux.adb
gcc/ada/sysdep.c