From b1209f90659953782d856a77819be13e51ef5b5e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 13 Jul 1998 09:43:48 +0000 Subject: Update. 1998-06-13 11:04 Andreas Schwab * Examples/ex4.c (main): Use exit, not pthread_exit. --- linuxthreads/Examples/ex4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linuxthreads/Examples') diff --git a/linuxthreads/Examples/ex4.c b/linuxthreads/Examples/ex4.c index 8ad7454eb8..11a09f013e 100644 --- a/linuxthreads/Examples/ex4.c +++ b/linuxthreads/Examples/ex4.c @@ -103,5 +103,5 @@ int main(int argc, char ** argv) printf("Thread %lx: \"%s\"\n", pthread_self(), res); pthread_join(th1, NULL); pthread_join(th2, NULL); - pthread_exit(NULL); + exit(0); } -- cgit v1.2.3