From a032a6587011cbdac8c2f7e11f15dc4e592bbb55 Mon Sep 17 00:00:00 2001 From: Austin Foxley Date: Tue, 16 Feb 2010 12:27:18 -0800 Subject: mass sync with glibc nptl Signed-off-by: Austin Foxley --- libpthread/nptl/pt-system.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpthread/nptl/pt-system.c') diff --git a/libpthread/nptl/pt-system.c b/libpthread/nptl/pt-system.c index 09a08ec24..4728a7c08 100644 --- a/libpthread/nptl/pt-system.c +++ b/libpthread/nptl/pt-system.c @@ -22,10 +22,10 @@ #include #include "pthreadP.h" - extern __typeof(system) __libc_system; #include + int system (const char *line) { -- cgit v1.2.3