From 76bc0f411077a88fc4dcf24a69305d6204b62369 Mon Sep 17 00:00:00 2001 From: "Federico G. Schwindt" Date: Sat, 4 Aug 2001 14:43:54 +0000 Subject: don't return on void. --- lib/libc_r/uthread/uthread_yield.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/libc_r/uthread') 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 . * All rights reserved. @@ -58,8 +58,5 @@ pthread_yield(void) /* Schedule the next thread: */ _thread_kern_sched(NULL); - - /* Nothing to return. */ - return; } #endif -- cgit v1.2.3