aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/exit.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-08-11 01:56:35 +0000
committerrsc <devnull@localhost>2004-08-11 01:56:35 +0000
commit73bef9b76b528d3fe92d7ab28d9b81b10e68b1fd (patch)
treed1af4390a3080b0c3840d611495c80bc8ba188c1 /src/libthread/exit.c
parentbf00efba2df4172c1d60e51eb9f0c2af0f9f22c6 (diff)
downloadplan9port-73bef9b76b528d3fe92d7ab28d9b81b10e68b1fd.tar.gz
plan9port-73bef9b76b528d3fe92d7ab28d9b81b10e68b1fd.tar.bz2
plan9port-73bef9b76b528d3fe92d7ab28d9b81b10e68b1fd.zip
More consistent use of _exits and exits
in place of _exit and exit.
Diffstat (limited to 'src/libthread/exit.c')
-rw-r--r--src/libthread/exit.c2
1 files changed, 1 insertions, 1 deletions
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*