diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-08-09 03:24:06 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-08-09 03:24:06 +0000 |
commit | a1e343e6797a49d882e36b77669e9496baf84e2c (patch) | |
tree | 32f5ec4015d3bd0c56188396d9e50d4160b7eb2a /libc/sysdeps/linux/common/sigprocmask.c | |
parent | 67787bc9576a9e995cfc74d548b089af84ac97b9 (diff) | |
download | uClibc-alpine-a1e343e6797a49d882e36b77669e9496baf84e2c.tar.bz2 uClibc-alpine-a1e343e6797a49d882e36b77669e9496baf84e2c.tar.xz |
Merge from trunk.
Diffstat (limited to 'libc/sysdeps/linux/common/sigprocmask.c')
-rw-r--r-- | libc/sysdeps/linux/common/sigprocmask.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/sigprocmask.c b/libc/sysdeps/linux/common/sigprocmask.c index 9f2871167..70ff36606 100644 --- a/libc/sysdeps/linux/common/sigprocmask.c +++ b/libc/sysdeps/linux/common/sigprocmask.c @@ -60,4 +60,3 @@ int sigprocmask(int how, const sigset_t * set, sigset_t * oldset) return (__syscall_sigprocmask(how, set, oldset)); } #endif - |