diff options
| author | Mike Frysinger <vapier@gentoo.org> | 2009-07-20 13:50:48 -0400 |
|---|---|---|
| committer | Austin Foxley <austinf@cetoncorp.com> | 2009-08-19 12:24:48 -0700 |
| commit | 51d96697ea8e0fd2475f9392b9247a0eafea69ea (patch) | |
| tree | ede9d95ca5c7cb8f823f6ff398693ae8d3dabbf8 /libc | |
| parent | 8a318a38583b7754130a81e0b8b9bfe4e72ca5af (diff) | |
| download | uClibc-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.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 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. */ |
