mirror of
https://sourceware.org/git/glibc.git
synced 2026-01-06 11:51:29 +03:00
Remove pause and nanosleep not cancel wrappers
Since they are not used any longer. Reviewed-by: Carlos O'Donell <carlos@redhat.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user