summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/uthread/uthread_fpathconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc_r/uthread/uthread_fpathconf.c')
-rw-r--r--lib/libc_r/uthread/uthread_fpathconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/uthread/uthread_fpathconf.c b/lib/libc_r/uthread/uthread_fpathconf.c
index 8327b1c..97e1d65 100644
--- a/lib/libc_r/uthread/uthread_fpathconf.c
+++ b/lib/libc_r/uthread/uthread_fpathconf.c
@@ -29,7 +29,7 @@
#include <pthread.h>
#include "pthread_private.h"
-#pragma weak fpathconf=_fpathconf
+__weak_reference(_fpathconf, fpathconf);
long
_fpathconf(int fd, int name)
OpenPOWER on IntegriCloud