diff options
| author | Daniel Eischen <deischen@FreeBSD.org> | 2003-09-03 17:56:26 +0000 |
|---|---|---|
| committer | Daniel Eischen <deischen@FreeBSD.org> | 2003-09-03 17:56:26 +0000 |
| commit | 850108c0b4ef4545310af9b03c4a8531b8b36d55 (patch) | |
| tree | 4224af62a2f45f6a320c58acdd7f40a2692ca686 /lib/libpthread/thread/thr_system.c | |
| parent | b66752c4a194ce35085c061ddd41713eeb06a28e (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/thread/thr_system.c')
| -rw-r--r-- | lib/libpthread/thread/thr_system.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libpthread/thread/thr_system.c b/lib/libpthread/thread/thr_system.c index 28976d397d7b..ae26c9cad0d8 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 |
