diff options
Diffstat (limited to 'lib/libpthread/thread/thr_write.c')
| -rw-r--r-- | lib/libpthread/thread/thr_write.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_write.c b/lib/libpthread/thread/thr_write.c index b841726c8d10..e655a348c076 100644 --- a/lib/libpthread/thread/thr_write.c +++ b/lib/libpthread/thread/thr_write.c @@ -40,7 +40,7 @@ #include <pthread.h> #include "pthread_private.h" -#pragma weak write=__write +__weak_reference(__write, write); ssize_t _write(int fd, const void *buf, size_t nbytes) |
