Browse Source

Disable __xpg_sigpause until it is implemented (if at all) in uClibc

Peter S. Mazinger 19 years ago
parent
commit
e1d467b7f6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/signal.h

+ 1 - 1
include/signal.h

@@ -159,7 +159,7 @@ extern int sigpause (int __mask) __THROW __attribute_deprecated__;
 # define sigpause(mask) __sigpause ((mask), 0)
 #else
 # ifdef __USE_XOPEN
-#  ifdef __GNUC__
+#  if 0 /* def __GNUC__ */
 extern int sigpause (int __sig) __asm__ ("__xpg_sigpause");
 #  else
 /* Remove a signal from the signal mask and suspend the process.  */