diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-12 21:56:14 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-06-15 14:00:22 +0200 |
commit | db19d8d0a9b2ad0cd805944042137de166c4c94d (patch) | |
tree | 2ac5dd4d497c018085acddf677ab6d0e07783cb8 /libpthread/nptl/init.c | |
parent | d2b80a39961efbebeda9f4543179c11d4d6a0b26 (diff) |
signal.h: provide prototype for __libc_sigaction and remove all others
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libpthread/nptl/init.c')
-rw-r--r-- | libpthread/nptl/init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libpthread/nptl/init.c b/libpthread/nptl/init.c index c8ca09637..379c4bb24 100644 --- a/libpthread/nptl/init.c +++ b/libpthread/nptl/init.c @@ -35,7 +35,6 @@ #include <lowlevellock.h> #include <bits/kernel-features.h> #include <stdio.h> -extern __typeof(sigaction) __libc_sigaction; /* Size and alignment of static TLS block. */ size_t __static_tls_size; |