diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-02-05 05:46:07 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-02-05 05:46:07 +0000 |
commit | 3135159411168fcface79912df7a836eb01b7e13 (patch) | |
tree | c0591b488075ef8a3d363ca922ae8246292ed991 /libc/sysdeps/linux/common/sigprocmask.c | |
parent | 2d2282d01ec3af732c3e6f5af0e34a2527e4d8df (diff) | |
download | uClibc-alpine-3135159411168fcface79912df7a836eb01b7e13.tar.bz2 uClibc-alpine-3135159411168fcface79912df7a836eb01b7e13.tar.xz |
Finish implementation of new signals for NPTL which are SIGCANCEL, SIGTIMER and SIGSETXID.
Diffstat (limited to 'libc/sysdeps/linux/common/sigprocmask.c')
-rw-r--r-- | libc/sysdeps/linux/common/sigprocmask.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/sigprocmask.c b/libc/sysdeps/linux/common/sigprocmask.c index c555bb51b..803f5b4ae 100644 --- a/libc/sysdeps/linux/common/sigprocmask.c +++ b/libc/sysdeps/linux/common/sigprocmask.c @@ -2,6 +2,7 @@ /* * sigprocmask() for uClibc * + * Copyright (C) 2006 by Steven J. Hill <sjhill@uclibc.org> * Copyright (C) 2000-2004 by Erik Andersen <andersen@codepoet.org> * * GNU Library General Public License (LGPL) version 2 or later. |