summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/thr_system.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/thread/thr_system.c')
-rw-r--r--lib/libpthread/thread/thr_system.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libpthread/thread/thr_system.c b/lib/libpthread/thread/thr_system.c
index 28976d3..ae26c9c 100644
--- a/lib/libpthread/thread/thr_system.c
+++ b/lib/libpthread/thread/thr_system.c
@@ -33,6 +33,8 @@
#include <pthread.h>
#include "thr_private.h"
+extern int __system(const char *);
+
__weak_reference(_system, system);
int
OpenPOWER on IntegriCloud