From da7412ee0e0dd260c3969f90bd498e229c075196 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 5 Mar 2006 04:31:16 +0000 Subject: use sched_yield, not pthread_yield --- libpthread/linuxthreads/sysdeps/pthread/pthread.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'libpthread/linuxthreads/sysdeps/pthread') diff --git a/libpthread/linuxthreads/sysdeps/pthread/pthread.h b/libpthread/linuxthreads/sysdeps/pthread/pthread.h index 0dacfed1c..b60f74b3f 100644 --- a/libpthread/linuxthreads/sysdeps/pthread/pthread.h +++ b/libpthread/linuxthreads/sysdeps/pthread/pthread.h @@ -320,14 +320,6 @@ extern int pthread_getconcurrency (void) __THROW; extern int pthread_setconcurrency (int __level) __THROW; #endif -#ifdef __USE_GNU -/* Yield the processor to another thread or process. - This function is similar to the POSIX `sched_yield' function but - might be differently implemented in the case of a m-on-n thread - implementation. */ -extern int pthread_yield (void) __THROW; -#endif - /* Functions for mutex handling. */ /* Initialize MUTEX using attributes in *MUTEX_ATTR, or use the -- cgit v1.2.3