summaryrefslogtreecommitdiffstats
path: root/libc
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-07-20 13:50:48 -0400
committerAustin Foxley <austinf@cetoncorp.com>2009-08-19 12:24:48 -0700
commit51d96697ea8e0fd2475f9392b9247a0eafea69ea (patch)
treeede9d95ca5c7cb8f823f6ff398693ae8d3dabbf8 /libc
parent8a318a38583b7754130a81e0b8b9bfe4e72ca5af (diff)
downloaduClibc-alpine-51d96697ea8e0fd2475f9392b9247a0eafea69ea.tar.bz2
uClibc-alpine-51d96697ea8e0fd2475f9392b9247a0eafea69ea.tar.xz
alpha/sigprocmask: fix implicit memset() prototype
Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'libc')
-rw-r--r--libc/sysdeps/linux/alpha/sigprocmask.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/alpha/sigprocmask.c b/libc/sysdeps/linux/alpha/sigprocmask.c
index 832684cef..a3384603c 100644
--- a/libc/sysdeps/linux/alpha/sigprocmask.c
+++ b/libc/sysdeps/linux/alpha/sigprocmask.c
@@ -21,6 +21,7 @@
#include <errno.h>
#include <sys/syscall.h>
#include <signal.h>
+#include <string.h>
/* When there is kernel support for more than 64 signals, we'll have to
switch to a new system call convention here. */