From a1915d4502e23cc0c30e1c80a31971e71e7340a5 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Fri, 16 Dec 2005 01:02:50 +0000 Subject: Convert users --- libc/misc/pthread/weaks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/misc/pthread') diff --git a/libc/misc/pthread/weaks.c b/libc/misc/pthread/weaks.c index b28470251..4b9e02672 100644 --- a/libc/misc/pthread/weaks.c +++ b/libc/misc/pthread/weaks.c @@ -107,7 +107,7 @@ weak_alias (__pthread_return_1, pthread_equal) void weak_function pthread_exit (void *retval) { - exit (EXIT_SUCCESS); + __exit (EXIT_SUCCESS); } */ -- cgit v1.2.3