summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/uthread/uthread_socket.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc_r/uthread/uthread_socket.c')
-rw-r--r--lib/libc_r/uthread/uthread_socket.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc_r/uthread/uthread_socket.c b/lib/libc_r/uthread/uthread_socket.c
index bab70df..d1fe141 100644
--- a/lib/libc_r/uthread/uthread_socket.c
+++ b/lib/libc_r/uthread/uthread_socket.c
@@ -40,7 +40,7 @@
#include "pthread_private.h"
int
-_libc_socket(int af, int type, int protocol)
+_socket(int af, int type, int protocol)
{
int fd;
@@ -56,5 +56,5 @@ _libc_socket(int af, int type, int protocol)
return (fd);
}
-__weak_reference(_libc_socket, socket);
+__weak_reference(_socket, socket);
#endif
OpenPOWER on IntegriCloud