diff options
Diffstat (limited to 'lib/libpthread/thread/thr_system.c')
-rw-r--r-- | lib/libpthread/thread/thr_system.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_system.c b/lib/libpthread/thread/thr_system.c index d3a16cb..d63969b 100644 --- a/lib/libpthread/thread/thr_system.c +++ b/lib/libpthread/thread/thr_system.c @@ -33,7 +33,7 @@ #include <pthread.h> #include "pthread_private.h" -#pragma weak system=_system +__weak_reference(_system, system); int _system(const char *string) |