diff options
Diffstat (limited to 'libc/sysdeps/linux/common/pause.c')
-rw-r--r-- | libc/sysdeps/linux/common/pause.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/common/pause.c b/libc/sysdeps/linux/common/pause.c index 7baba1a93..b68ec4a51 100644 --- a/libc/sysdeps/linux/common/pause.c +++ b/libc/sysdeps/linux/common/pause.c @@ -12,8 +12,6 @@ #include <unistd.h> #include <sysdep-cancel.h> #include <signal.h> -/* libc_hidden_proto(__sigpause) */ -/* libc_hidden_proto(sigblock) */ /* Suspend the process until a signal arrives. This always returns -1 and sets errno to EINTR. */ |