diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2017-08-22 10:09:52 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2017-08-22 14:25:08 -0300 |
commit | 988f991b5069f09d793c887618e84a196b100416 (patch) | |
tree | bc138106252aed27b4fb875f38ca80a8787bac60 /ChangeLog | |
parent | 6f33fd046b8e8746e2abc19db2fdfd9c668750e9 (diff) | |
download | glibc-988f991b5069f09d793c887618e84a196b100416.tar.gz glibc-988f991b5069f09d793c887618e84a196b100416.tar.xz glibc-988f991b5069f09d793c887618e84a196b100416.zip |
Remove non cancellable sigsuspend definition
There is no current internal usage for non cancellable sigsuspend calls. Checked on x86_64-linux-gnu, x86_64-linux-gnu-x32, and i686-linux-gnu. * sysdeps/generic/not-cancel.h (sigsuspend_not_cancel): remove macro. * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): remove alias. * sysdeps/unix/sysv/linux/not-cancel.h (sigsuspend_not_cancel): likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index edac4d29dc..922cd8712f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2017-08-22 Adhemerval Zanella <adhemerval.zanella@linaro.org> + * sysdeps/generic/not-cancel.h (sigsuspend_not_cancel): Remove + macro. + * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Remove + alias. + * sysdeps/unix/sysv/linux/not-cancel.h (sigsuspend_not_cancel): + Likewise. + * nptl/pthread_mutex_timedlock.c (__pthread_mutex_timedlock): Replace nanosleep_not_cancel with __nanosleep_nocancel. * sysdeps/generic/not-cancel.h (nanosleep_not_cancel): Remove macro. |