svn commit: trunk/uClibc/include

psm at uclibc.org psm at uclibc.org
Tue Nov 8 18:26:29 UTC 2005


Author: psm
Date: 2005-11-08 10:26:27 -0800 (Tue, 08 Nov 2005)
New Revision: 12187

Log:
Correct a problem introduced by porting the glibc header

Modified:
   trunk/uClibc/include/signal.h


Changeset:
Modified: trunk/uClibc/include/signal.h
===================================================================
--- trunk/uClibc/include/signal.h	2005-11-08 17:00:06 UTC (rev 12186)
+++ trunk/uClibc/include/signal.h	2005-11-08 18:26:27 UTC (rev 12187)
@@ -155,8 +155,8 @@
 #ifdef __FAVOR_BSD
 /* Set the mask of blocked signals to MASK,
    wait for a signal to arrive, and then restore the mask.  */
+extern int sigpause (int __mask) __THROW __attribute_deprecated__;
 # define sigpause(mask) __sigpause ((mask), 0)
-extern int sigpause (int __mask) __THROW __attribute_deprecated__;
 #else
 # ifdef __USE_XOPEN
 #  ifdef __GNUC__




More information about the uClibc-cvs mailing list