From 5fa64b838878bc41ca608a2560da6874a515d372 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Wed, 4 Jan 2006 20:55:48 +0000 Subject: use internal versions of exit/memcpy --- libpthread/linuxthreads.old/forward.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpthread/linuxthreads.old/forward.c') diff --git a/libpthread/linuxthreads.old/forward.c b/libpthread/linuxthreads.old/forward.c index b5547a983..90ec6ef3a 100644 --- a/libpthread/linuxthreads.old/forward.c +++ b/libpthread/linuxthreads.old/forward.c @@ -101,7 +101,7 @@ FORWARD (pthread_equal, (pthread_t thread1, pthread_t thread2), /* Use an alias to avoid warning, as pthread_exit is declared noreturn. */ -FORWARD2 (__pthread_exit, void, (void *retval), (retval), exit (EXIT_SUCCESS)) +FORWARD2 (__pthread_exit, void, (void *retval), (retval), __exit (EXIT_SUCCESS)) strong_alias (__pthread_exit, pthread_exit); -- cgit v1.2.3