From 9a97faafbcd7bc23d5adf32f4ed135bdf623629a Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Fri, 22 Jul 2005 05:47:17 +0000 Subject: Add futex support into uClibc. Selection of futex support independent of NPTL is not currently supported. --- libc/stdlib/system.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/stdlib/system.c') diff --git a/libc/stdlib/system.c b/libc/stdlib/system.c index b365ef82e..06f11abf2 100644 --- a/libc/stdlib/system.c +++ b/libc/stdlib/system.c @@ -10,7 +10,7 @@ #define vfork fork #endif -int __libc_system(char *command) +int __libc_system(__const char *command) { int wait_val, pid; __sighandler_t save_quit, save_int, save_chld; -- cgit v1.2.3