diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-13 00:55:15 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-06-15 14:00:22 +0200 |
commit | 5fce95b146d86e31977fcc62380b9fd32813561f (patch) | |
tree | 57d7336d23c8c99a5834e04a7a86e53cbf39acb3 /libpthread/nptl | |
parent | 12bfecef4c3340935ca2c107bdef06fc7da8bd95 (diff) |
no need for hidden sigtimedwait
remove unneeded attribute_hidden too, as the prototype provides it
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')
-rw-r--r-- | libpthread/nptl/sysdeps/unix/sysv/linux/sigtimedwait.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/sigtimedwait.c b/libpthread/nptl/sysdeps/unix/sysv/linux/sigtimedwait.c index 5159bf9b8..fbd0b9fa3 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/sigtimedwait.c +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/sigtimedwait.c @@ -67,7 +67,7 @@ do_sigtimedwait (const sigset_t *set, siginfo_t *info, /* Return any pending signal or wait for one for the given time. */ -int attribute_hidden +int __sigtimedwait (const sigset_t *set, siginfo_t *info, const struct timespec *timeout) { |