From dd46d4e05f2e301b4d9451bbfabfabbc788975c5 Mon Sep 17 00:00:00 2001 From: deischen Date: Tue, 10 Apr 2001 04:19:21 +0000 Subject: To be consistent, use the __weak_reference macro from instead of #pragma weak to create weak definitions. Suggested by: bde --- lib/libc_r/uthread/uthread_select.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc_r/uthread/uthread_select.c') diff --git a/lib/libc_r/uthread/uthread_select.c b/lib/libc_r/uthread/uthread_select.c index 547046a..5860efe 100644 --- a/lib/libc_r/uthread/uthread_select.c +++ b/lib/libc_r/uthread/uthread_select.c @@ -43,7 +43,7 @@ #include #include "pthread_private.h" -#pragma weak select=_select +__weak_reference(_select, select); int _select(int numfds, fd_set * readfds, fd_set * writefds, fd_set * exceptfds, -- cgit v1.1