aboutsummaryrefslogtreecommitdiff
path: root/lib/libc_r
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2005-05-31 19:56:52 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2005-05-31 19:56:52 +0000
commit94e7919893c13d2aa620ee163e64e37d3c5cabeb (patch)
tree78571791fc84e2eb2d747688b9277c9510a99de1 /lib/libc_r
parent6341095e0dfdec51578d929a8071deb5f8aa764c (diff)
Notes
Diffstat (limited to 'lib/libc_r')
-rw-r--r--lib/libc_r/uthread/uthread_exit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc_r/uthread/uthread_exit.c b/lib/libc_r/uthread/uthread_exit.c
index d9b497c804bf..44661e4650e2 100644
--- a/lib/libc_r/uthread/uthread_exit.c
+++ b/lib/libc_r/uthread/uthread_exit.c
@@ -44,7 +44,8 @@
__weak_reference(_pthread_exit, pthread_exit);
-void _exit(int status)
+void
+_exit(int status)
{
int flags;
int i;