diff options
Diffstat (limited to 'libpthread/nptl/pt-system.c')
-rw-r--r-- | libpthread/nptl/pt-system.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl/pt-system.c b/libpthread/nptl/pt-system.c index 462fbf33a..b3b45ab93 100644 --- a/libpthread/nptl/pt-system.c +++ b/libpthread/nptl/pt-system.c @@ -26,7 +26,7 @@ int system (const char *line) { - return system (line); + return __libc_system (line); } /* __libc_system in libc.so handles cancellation. */ |