OSDN Git Service

*: remove vestiges of gcc's "bounded pointers" feature,
[uclinux-h8/uClibc.git] / libpthread / linuxthreads / sysdeps / unix / sysv / linux / sigwait.c
index 3432125..71396f0 100644 (file)
@@ -26,8 +26,8 @@
 #include <bp-checks.h>
 #include <bits/libc-lock.h>
 
-extern int __syscall_rt_sigtimedwait (const sigset_t *__unbounded, siginfo_t *__unbounded,
-                                     const struct timespec *__unbounded, size_t);
+extern int __syscall_rt_sigtimedwait (const sigset_t *, siginfo_t *,
+                                     const struct timespec *, size_t);
 
 
 /* Return any pending signal or wait for one for the given time.  */