diff options
| author | Jason Evans <jasone@FreeBSD.org> | 2000-03-18 23:13:29 +0000 |
|---|---|---|
| committer | Jason Evans <jasone@FreeBSD.org> | 2000-03-18 23:13:29 +0000 |
| commit | 058b24af1b02554e61e9f71a3d64953d2a3b64f1 (patch) | |
| tree | e0914f434cbe0a85e0c1c45e076d1bbb385319f5 /lib/libc/stdlib | |
| parent | 57606b34c8182a8f99878af725106deb3af6b5c1 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdlib')
| -rw-r--r-- | lib/libc/stdlib/system.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/stdlib/system.c b/lib/libc/stdlib/system.c index 236a8b0cc2ee..c7e68bae69b7 100644 --- a/lib/libc/stdlib/system.c +++ b/lib/libc/stdlib/system.c @@ -94,4 +94,6 @@ __system(command) return(pid == -1 ? -1 : pstat); } +#ifndef _THREAD_SAFE __weak_reference(__system, system); +#endif |
