summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/pt-system.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/nptl/pt-system.c')
-rw-r--r--libpthread/nptl/pt-system.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libpthread/nptl/pt-system.c b/libpthread/nptl/pt-system.c
index b3b45ab93..09a08ec24 100644
--- a/libpthread/nptl/pt-system.c
+++ b/libpthread/nptl/pt-system.c
@@ -23,6 +23,9 @@
#include "pthreadP.h"
+extern __typeof(system) __libc_system;
+#include <system.c>
+
int
system (const char *line)
{