diff options
Diffstat (limited to 'sysdeps/posix/pause.c')
-rw-r--r-- | sysdeps/posix/pause.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/posix/pause.c b/sysdeps/posix/pause.c index 0280f1c..b4926e3 100644 --- a/sysdeps/posix/pause.c +++ b/sysdeps/posix/pause.c @@ -38,5 +38,3 @@ __libc_pause (void) return __sigsuspend (&set); } weak_alias (__libc_pause, pause) - -LIBC_CANCEL_HANDLED (); /* sigsuspend handles our cancellation. */ |