diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2019-10-30 14:04:08 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2019-10-31 11:09:06 -0300 |
commit | fbb4a3143724ef3f044a4f05351fe041300ee382 (patch) | |
tree | afad5b6a06725ea82089ae175007f4aaecbdb713 /sysdeps/unix/sysv/linux/not-cancel.h | |
parent | 215078017fd25fd64074e25ccd3dde0f6f19d4fe (diff) | |
download | glibc-fbb4a3143724ef3f044a4f05351fe041300ee382.tar.gz glibc-fbb4a3143724ef3f044a4f05351fe041300ee382.tar.xz glibc-fbb4a3143724ef3f044a4f05351fe041300ee382.zip |
Remove pause and nanosleep not cancel wrappers
Since they are not used any longer. Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'sysdeps/unix/sysv/linux/not-cancel.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/not-cancel.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sysdeps/unix/sysv/linux/not-cancel.h b/sysdeps/unix/sysv/linux/not-cancel.h index 041fd00111..192a0a5195 100644 --- a/sysdeps/unix/sysv/linux/not-cancel.h +++ b/sysdeps/unix/sysv/linux/not-cancel.h @@ -72,12 +72,6 @@ __writev_nocancel_nostatus (int fd, const struct iovec *iov, int iovcnt) /* Uncancelable waitpid. */ __typeof (waitpid) __waitpid_nocancel; -/* Uncancelable pause. */ -__typeof (pause) __pause_nocancel; - -/* Uncancelable nanosleep. */ -__typeof (__nanosleep) __nanosleep_nocancel; - /* Uncancelable fcntl. */ __typeof (__fcntl) __fcntl64_nocancel; @@ -91,8 +85,6 @@ hidden_proto (__pread64_nocancel) hidden_proto (__write_nocancel) hidden_proto (__close_nocancel) hidden_proto (__waitpid_nocancel) -hidden_proto (__pause_nocancel) -hidden_proto (__nanosleep_nocancel) hidden_proto (__fcntl64_nocancel) #endif |