summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/pause.c
diff options
context:
space:
mode:
authorKhem Raj <kraj@mvista.com>2008-08-15 05:26:51 +0000
committerKhem Raj <kraj@mvista.com>2008-08-15 05:26:51 +0000
commit128db165f221c116b907882838b42922d7a45b90 (patch)
tree251650678fbe1880ab01d5297ebb340b946374f5 /libc/sysdeps/linux/common/pause.c
parent24a435f52cb62b3a148358f78dbb5867a97b18c4 (diff)
downloaduClibc-alpine-128db165f221c116b907882838b42922d7a45b90.tar.bz2
uClibc-alpine-128db165f221c116b907882838b42922d7a45b90.tar.xz
include signal.h for missing SIG_BLOCK definition.
Diffstat (limited to 'libc/sysdeps/linux/common/pause.c')
-rw-r--r--libc/sysdeps/linux/common/pause.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/pause.c b/libc/sysdeps/linux/common/pause.c
index 31d3563fb..b68ec4a51 100644
--- a/libc/sysdeps/linux/common/pause.c
+++ b/libc/sysdeps/linux/common/pause.c
@@ -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. */