diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-06-11 19:22:42 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-06-11 19:22:42 +0200 |
commit | 13433395f2fd808006cd07b05b79cae193c6ecb9 (patch) | |
tree | c0b8784782610e4e15c256f70008943ae7d75a6a /libpthread/nptl/init.c | |
parent | 8642c931a3ef2e944871b32b293df872eb7a1ae0 (diff) |
silence some warnings about missing prototypes
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl/init.c b/libpthread/nptl/init.c index b70de84fd..3e5fde337 100644 --- a/libpthread/nptl/init.c +++ b/libpthread/nptl/init.c @@ -34,8 +34,8 @@ #include <smp.h> #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; |