OSDN Git Service

signal.h: provide prototype for __libc_sigaction and remove all others
[uclinux-h8/uClibc.git] / libpthread / linuxthreads / pthread.c
index 66efe3a..ade21dc 100644 (file)
@@ -37,9 +37,6 @@
 # error "This must not happen"
 #endif
 
-/* mods for uClibc: __libc_sigaction is not in any standard headers */
-extern __typeof(sigaction) __libc_sigaction;
-
 #if !(USE_TLS && HAVE___THREAD)
 /* These variables are used by the setup code.  */
 extern int _errno;