diff options
author | Khem Raj <kraj@mvista.com> | 2008-12-15 19:07:27 +0000 |
---|---|---|
committer | Khem Raj <kraj@mvista.com> | 2008-12-15 19:07:27 +0000 |
commit | 049ddd1e98e7c26664f8b66cd5e1239bda3c19cc (patch) | |
tree | 7bbd17fd8953579f5916d280de338aa1c0b3a277 /libpthread/linuxthreads/sysdeps/pthread/sigaction.c | |
parent | 3dc0cc7b9459f83600357e6156749086ef268988 (diff) | |
download | uClibc-alpine-049ddd1e98e7c26664f8b66cd5e1239bda3c19cc.tar.bz2 uClibc-alpine-049ddd1e98e7c26664f8b66cd5e1239bda3c19cc.tar.xz |
Merge Linuxthreads from Trunk.
Diffstat (limited to 'libpthread/linuxthreads/sysdeps/pthread/sigaction.c')
-rw-r--r-- | libpthread/linuxthreads/sysdeps/pthread/sigaction.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libpthread/linuxthreads/sysdeps/pthread/sigaction.c b/libpthread/linuxthreads/sysdeps/pthread/sigaction.c index 0a0a9e29f..2f2a85caf 100644 --- a/libpthread/linuxthreads/sysdeps/pthread/sigaction.c +++ b/libpthread/linuxthreads/sysdeps/pthread/sigaction.c @@ -17,6 +17,8 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ +/* Somebody please explain what's going on here. --vda */ + /* This is tricky. GCC doesn't like #include_next in the primary source file and even if it did, the first #include_next is this exact file anyway. */ |