From b823b17fa7dc5a15d822a4f31fe8ee846a65cfae Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Wed, 16 Nov 2005 03:36:39 +0000 Subject: Sync with glibc reference tree and changes for uClibc thus far. --- libpthread/nptl/pt-system.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'libpthread/nptl/pt-system.c') diff --git a/libpthread/nptl/pt-system.c b/libpthread/nptl/pt-system.c index 2d7f5d172..462fbf33a 100644 --- a/libpthread/nptl/pt-system.c +++ b/libpthread/nptl/pt-system.c @@ -22,15 +22,11 @@ #include #include "pthreadP.h" -/* Compatibility define. */ -#ifdef __UCLIBC__ -#define __libc_system system -#endif int system (const char *line) { - return __libc_system (line); + return system (line); } /* __libc_system in libc.so handles cancellation. */ -- cgit v1.2.3