summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/uthread/uthread_sigpending.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc_r/uthread/uthread_sigpending.c')
-rw-r--r--lib/libc_r/uthread/uthread_sigpending.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc_r/uthread/uthread_sigpending.c b/lib/libc_r/uthread/uthread_sigpending.c
index feb4300..a630f0c 100644
--- a/lib/libc_r/uthread/uthread_sigpending.c
+++ b/lib/libc_r/uthread/uthread_sigpending.c
@@ -38,7 +38,7 @@
#include "pthread_private.h"
int
-_libc_sigpending(sigset_t * set)
+_sigpending(sigset_t * set)
{
int ret = 0;
@@ -54,5 +54,5 @@ _libc_sigpending(sigset_t * set)
return (ret);
}
-__weak_reference(_libc_sigpending, sigpending);
+__weak_reference(_sigpending, sigpending);
#endif
OpenPOWER on IntegriCloud