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 /sysdeps/generic | |
parent | 6f33fd046b8e8746e2abc19db2fdfd9c668750e9 (diff) | |
download | glibc-988f991b5069f09d793c887618e84a196b100416.tar glibc-988f991b5069f09d793c887618e84a196b100416.tar.gz glibc-988f991b5069f09d793c887618e84a196b100416.tar.bz2 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 'sysdeps/generic')
-rw-r--r-- | sysdeps/generic/not-cancel.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/generic/not-cancel.h b/sysdeps/generic/not-cancel.h index e4a8584724..70ead5510a 100644 --- a/sysdeps/generic/not-cancel.h +++ b/sysdeps/generic/not-cancel.h @@ -42,7 +42,5 @@ __pause () #define __nanosleep_nocancel(requested_time, remaining) \ __nanosleep (requested_time, remaining) -#define sigsuspend_not_cancel(set) \ - __sigsuspend (set) #define NO_CANCELLATION 1 |