From 69c1f07506ef56973b543c3ec111a4673c11f16c Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Sun, 12 Jun 2005 02:15:11 +0000 Subject: Changed files for glibc compatibility so that more NPTL files would build. --- libpthread/nptl/pt-system.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libpthread/nptl/pt-system.c') diff --git a/libpthread/nptl/pt-system.c b/libpthread/nptl/pt-system.c index b3b45ab93..c43c1edbb 100644 --- a/libpthread/nptl/pt-system.c +++ b/libpthread/nptl/pt-system.c @@ -22,6 +22,11 @@ #include #include "pthreadP.h" +/* Compatibility define. */ +#ifdef __UCLIBC__ +#include +#define __libc_system system +#endif int system (const char *line) -- cgit v1.2.3