summaryrefslogtreecommitdiffstats
path: root/libpthread/linuxthreads.old/sysdeps/pthread
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2006-08-18 02:47:21 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2006-08-18 02:47:21 +0000
commit1191db0686f450f1e9988fc04621489ba7e0a907 (patch)
tree757064b16c6e06cda83ea4b0f16e8246f6d09d04 /libpthread/linuxthreads.old/sysdeps/pthread
parentcddecc927cdea373e18f7fb6c430e97149ba7a8e (diff)
downloaduClibc-alpine-1191db0686f450f1e9988fc04621489ba7e0a907.tar.bz2
uClibc-alpine-1191db0686f450f1e9988fc04621489ba7e0a907.tar.xz
Merge from trunk.
Diffstat (limited to 'libpthread/linuxthreads.old/sysdeps/pthread')
-rw-r--r--libpthread/linuxthreads.old/sysdeps/pthread/pthread.h12
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