diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-03-05 04:31:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-03-05 04:31:16 +0000 |
commit | da7412ee0e0dd260c3969f90bd498e229c075196 (patch) | |
tree | 5966077f5709e7038a281928a2b7d3c5eabf7b0f /libpthread/linuxthreads.old/sysdeps/pthread/pthread.h | |
parent | 574ed4228838b8861cfc93c8ae890b9bbe8965f7 (diff) |
use sched_yield, not pthread_yield
Diffstat (limited to 'libpthread/linuxthreads.old/sysdeps/pthread/pthread.h')
-rw-r--r-- | libpthread/linuxthreads.old/sysdeps/pthread/pthread.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libpthread/linuxthreads.old/sysdeps/pthread/pthread.h b/libpthread/linuxthreads.old/sysdeps/pthread/pthread.h index 8cd75c200..0cee6a84f 100644 --- a/libpthread/linuxthreads.old/sysdeps/pthread/pthread.h +++ b/libpthread/linuxthreads.old/sysdeps/pthread/pthread.h @@ -324,18 +324,6 @@ extern int pthread_getconcurrency (void) __THROW; extern int pthread_setconcurrency (int __level) __THROW; #endif -#if 0 -/* Not yet implemented in uClibc! */ - -#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 -#endif - /* Functions for mutex handling. */ /* Initialize MUTEX using attributes in *MUTEX_ATTR, or use the |