[git commit] alpha/sigprocmask: fix implicit memset() prototype

Mike Frysinger vapier at gentoo.org
Mon Jul 20 17:50:48 UTC 2009


commit: http://git.uclibc.org/uClibc/commit/?id=6d2b253d3c90ece8fd30471798e945bc1365beab
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master


Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
 libc/sysdeps/linux/alpha/sigprocmask.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libc/sysdeps/linux/alpha/sigprocmask.c b/libc/sysdeps/linux/alpha/sigprocmask.c
index 832684c..a338460 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.  */
-- 
1.6.3.3


More information about the uClibc-cvs mailing list