فهرست منبع

signal.h: disable ssignal and gsignal

raise.c: only LT new provided gsignal, disable it

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Peter S. Mazinger 14 سال پیش
والد
کامیت
923a7a3173
2فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 1
      include/signal.h
  2. 0 1
      libpthread/linuxthreads/sysdeps/unix/sysv/linux/raise.c

+ 1 - 1
include/signal.h

@@ -156,7 +156,7 @@ extern int raise (int __sig) __THROW;
 libc_hidden_proto(raise)
 __END_NAMESPACE_STD
 
-#ifdef __USE_SVID
+#if 0 /*def __USE_SVID*/
 /* SVID names for the same things.  */
 extern __sighandler_t ssignal (int __sig, __sighandler_t __handler)
      __THROW;

+ 0 - 1
libpthread/linuxthreads/sysdeps/unix/sysv/linux/raise.c

@@ -40,4 +40,3 @@ raise (sig)
 #endif
 }
 libc_hidden_def (raise)
-weak_alias (raise, gsignal)