From 6d2b253d3c90ece8fd30471798e945bc1365beab Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 20 Jul 2009 13:50:48 -0400 Subject: alpha/sigprocmask: fix implicit memset() prototype Signed-off-by: Mike Frysinger --- libc/sysdeps/linux/alpha/sigprocmask.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/sysdeps/linux/alpha') 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 #include #include +#include /* When there is kernel support for more than 64 signals, we'll have to switch to a new system call convention here. */ -- cgit v1.2.3