OSDN Git Service

sigwait: remove __sigwait and __GI_sigwait symbols - they are unused
[uclinux-h8/uClibc.git] / include / signal.h
index d104630..f727079 100644 (file)
@@ -303,7 +303,6 @@ extern int sigpending (sigset_t *__set) __THROW __nonnull ((1));
    __THROW.  */
 extern int sigwait (__const sigset_t *__restrict __set, int *__restrict __sig)
      __nonnull ((1, 2));
-libc_hidden_proto(sigwait)
 
 # if defined __USE_POSIX199309 && defined __UCLIBC_HAS_REALTIME__
 /* Select any of pending signals from SET and place information in INFO.