From b72dd3b4d23b0a660dee483e4e091e29b7672160 Mon Sep 17 00:00:00 2001 From: jhb Date: Tue, 31 May 2005 19:56:52 +0000 Subject: Style tweak. --- lib/libc_r/uthread/uthread_exit.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib') 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; -- cgit v1.1