summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/thr_sigprocmask.c
diff options
context:
space:
mode:
authorjasone <jasone@FreeBSD.org>2000-01-29 22:53:55 +0000
committerjasone <jasone@FreeBSD.org>2000-01-29 22:53:55 +0000
commitc339e807ccf7499f42704f48c2e0224872751db2 (patch)
tree61e116998f138e3887e2ec1f32e12050049277cc /lib/libpthread/thread/thr_sigprocmask.c
parentdf12fb7fd7bee2fff080c5de348a3cd2ade97659 (diff)
downloadFreeBSD-src-c339e807ccf7499f42704f48c2e0224872751db2.zip
FreeBSD-src-c339e807ccf7499f42704f48c2e0224872751db2.tar.gz
Use __strong_reference() instead of __weak_reference() to assure that the
weak symbols of the same name are not used.
Diffstat (limited to 'lib/libpthread/thread/thr_sigprocmask.c')
-rw-r--r--lib/libpthread/thread/thr_sigprocmask.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_sigprocmask.c b/lib/libpthread/thread/thr_sigprocmask.c
index b10089c..6addb4a 100644
--- a/lib/libpthread/thread/thr_sigprocmask.c
+++ b/lib/libpthread/thread/thr_sigprocmask.c
@@ -90,5 +90,5 @@ _sigprocmask(int how, const sigset_t * set, sigset_t * oset)
return (ret);
}
-__weak_reference(_sigprocmask, sigprocmask);
+__strong_reference(_sigprocmask, sigprocmask);
#endif
OpenPOWER on IntegriCloud