summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/alpha
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-07-20 13:50:48 -0400
committerMike Frysinger <vapier@gentoo.org>2009-07-20 13:50:48 -0400
commit6d2b253d3c90ece8fd30471798e945bc1365beab (patch)
tree430663c094bdaec9032a0632a333f7ec3073e393 /libc/sysdeps/linux/alpha
parentfd72e3042517f3c95ab2d707e1074f4d393b5f9a (diff)
alpha/sigprocmask: fix implicit memset() prototype
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'libc/sysdeps/linux/alpha')
-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. */