diff options
Diffstat (limited to 'lib/libpthread/thread/thr_system.c')
-rw-r--r-- | lib/libpthread/thread/thr_system.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libpthread/thread/thr_system.c b/lib/libpthread/thread/thr_system.c index 57c2199..5e4fe1c 100644 --- a/lib/libpthread/thread/thr_system.c +++ b/lib/libpthread/thread/thr_system.c @@ -35,6 +35,9 @@ extern int __system(const char *); +LT10_COMPAT_PRIVATE(_system); +LT10_COMPAT_DEFAULT(system); + __weak_reference(_system, system); int |