OSDN Git Service

Minor cleanups
authorEric Andersen <andersen@codepoet.org>
Wed, 3 Oct 2001 09:26:48 +0000 (09:26 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 3 Oct 2001 09:26:48 +0000 (09:26 -0000)
libc/signal/sigblock.c
libc/signal/siggtmsk.c
libc/signal/sigstmsk.c

index dd7a23f..78d7a19 100644 (file)
@@ -16,6 +16,7 @@ License along with the GNU C Library; see the file COPYING.LIB.  If
 not, write to the Free Software Foundation, Inc., 675 Mass Ave,
 Cambridge, MA 02139, USA.  */
 
+#include <stdlib.h>
 #include <errno.h>
 #include <signal.h>
 
index 1ee776b..082e34d 100644 (file)
@@ -16,6 +16,7 @@ License along with the GNU C Library; see the file COPYING.LIB.  If
 not, write to the Free Software Foundation, Inc., 675 Mass Ave,
 Cambridge, MA 02139, USA.  */
 
+#include <stdlib.h>
 #include <errno.h>
 #include <signal.h>
 
index c537d19..5439be2 100644 (file)
@@ -16,6 +16,7 @@ License along with the GNU C Library; see the file COPYING.LIB.  If
 not, write to the Free Software Foundation, Inc., 675 Mass Ave,
 Cambridge, MA 02139, USA.  */
 
+#include <stdlib.h>
 #include <errno.h>
 #include <signal.h>