summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/uthread
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2005-05-31 19:56:52 +0000
committerjhb <jhb@FreeBSD.org>2005-05-31 19:56:52 +0000
commitb72dd3b4d23b0a660dee483e4e091e29b7672160 (patch)
tree78571791fc84e2eb2d747688b9277c9510a99de1 /lib/libc_r/uthread
parent3a7e275ce6fe687fad8627e57c54b3ffad200404 (diff)
downloadFreeBSD-src-b72dd3b4d23b0a660dee483e4e091e29b7672160.zip
FreeBSD-src-b72dd3b4d23b0a660dee483e4e091e29b7672160.tar.gz
Style tweak.
Diffstat (limited to 'lib/libc_r/uthread')
-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 d9b497c..44661e4 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;
OpenPOWER on IntegriCloud