From 73bef9b76b528d3fe92d7ab28d9b81b10e68b1fd Mon Sep 17 00:00:00 2001 From: rsc Date: Wed, 11 Aug 2004 01:56:35 +0000 Subject: More consistent use of _exits and exits in place of _exit and exit. --- src/libthread/exit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libthread/exit.c') diff --git a/src/libthread/exit.c b/src/libthread/exit.c index cf34c60c..f3d4bb8e 100644 --- a/src/libthread/exit.c +++ b/src/libthread/exit.c @@ -61,7 +61,7 @@ threadexitsall(char *exitstr) } /* leave */ - exit(0); + exits(0); } Channel* -- cgit v1.2.3