svn commit: branches/uClibc-nptl/libc/sysdeps/linux/common
kraj at uclibc.org
kraj at uclibc.org
Fri Aug 15 05:26:51 UTC 2008
Author: kraj
Date: 2008-08-14 22:26:51 -0700 (Thu, 14 Aug 2008)
New Revision: 23081
Log:
include signal.h for missing SIG_BLOCK definition.
Modified:
branches/uClibc-nptl/libc/sysdeps/linux/common/pause.c
Changeset:
Modified: branches/uClibc-nptl/libc/sysdeps/linux/common/pause.c
===================================================================
--- branches/uClibc-nptl/libc/sysdeps/linux/common/pause.c 2008-08-15 05:24:04 UTC (rev 23080)
+++ branches/uClibc-nptl/libc/sysdeps/linux/common/pause.c 2008-08-15 05:26:51 UTC (rev 23081)
@@ -11,6 +11,7 @@
#include <sys/syscall.h>
#include <unistd.h>
#include <sysdep-cancel.h>
+#include <signal.h>
/* Suspend the process until a signal arrives.
This always returns -1 and sets errno to EINTR. */
More information about the uClibc-cvs
mailing list