OSDN Git Service

alpha/sigprocmask: fix implicit memset() prototype
authorMike Frysinger <vapier@gentoo.org>
Mon, 20 Jul 2009 17:50:48 +0000 (13:50 -0400)
committerMike Frysinger <vapier@gentoo.org>
Mon, 20 Jul 2009 17:50:48 +0000 (13:50 -0400)
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
libc/sysdeps/linux/alpha/sigprocmask.c

index 832684c..a338460 100644 (file)
@@ -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.  */