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/libc_r/uthread/uthread_execve.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc_r/uthread/uthread_execve.c') diff --git a/lib/libc_r/uthread/uthread_execve.c b/lib/libc_r/uthread/uthread_execve.c index 8aeb24c..37d6e2c 100644 --- a/lib/libc_r/uthread/uthread_execve.c +++ b/lib/libc_r/uthread/uthread_execve.c @@ -111,5 +111,5 @@ _execve(const char *name, char *const * argv, char *const * envp) return (ret); } -__weak_reference(_execve, execve); +__strong_reference(_execve, execve); #endif -- cgit v1.1