summaryrefslogtreecommitdiff
path: root/lib/libc_r/uthread/uthread_yield.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc_r/uthread/uthread_yield.c')
-rw-r--r--lib/libc_r/uthread/uthread_yield.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc_r/uthread/uthread_yield.c b/lib/libc_r/uthread/uthread_yield.c
index 0dfaaf14438..055555dec6d 100644
--- a/lib/libc_r/uthread/uthread_yield.c
+++ b/lib/libc_r/uthread/uthread_yield.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uthread_yield.c,v 1.3 1999/11/25 07:01:47 d Exp $ */
+/* $OpenBSD: uthread_yield.c,v 1.4 2001/08/04 14:43:53 fgsch Exp $ */
/*
* Copyright (c) 1995 John Birrell <jb@cimlogic.com.au>.
* All rights reserved.
@@ -58,8 +58,5 @@ pthread_yield(void)
/* Schedule the next thread: */
_thread_kern_sched(NULL);
-
- /* Nothing to return. */
- return;
}
#endif