From c339e807ccf7499f42704f48c2e0224872751db2 Mon Sep 17 00:00:00 2001 From: jasone Date: Sat, 29 Jan 2000 22:53:55 +0000 Subject: Use __strong_reference() instead of __weak_reference() to assure that the weak symbols of the same name are not used. --- lib/libkse/thread/thr_sigaction.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libkse/thread/thr_sigaction.c') diff --git a/lib/libkse/thread/thr_sigaction.c b/lib/libkse/thread/thr_sigaction.c index e0aa523..319999b 100644 --- a/lib/libkse/thread/thr_sigaction.c +++ b/lib/libkse/thread/thr_sigaction.c @@ -106,5 +106,5 @@ _sigaction(int sig, const struct sigaction * act, struct sigaction * oact) return (ret); } -__weak_reference(_sigaction, sigaction); +__strong_reference(_sigaction, sigaction); #endif -- cgit v1.1