svn commit: branches/uClibc-nptl/libpthread/linuxthreads.old/sysdeps: ia64 pthread

sjhill at uclibc.org sjhill at uclibc.org
Fri Aug 18 02:47:21 UTC 2006


Author: sjhill
Date: 2006-08-17 19:47:21 -0700 (Thu, 17 Aug 2006)
New Revision: 15810

Log:
Merge from trunk.


Modified:
   branches/uClibc-nptl/libpthread/linuxthreads.old/sysdeps/ia64/pt-machine.h
   branches/uClibc-nptl/libpthread/linuxthreads.old/sysdeps/pthread/pthread.h


Changeset:
Modified: branches/uClibc-nptl/libpthread/linuxthreads.old/sysdeps/ia64/pt-machine.h
===================================================================
--- branches/uClibc-nptl/libpthread/linuxthreads.old/sysdeps/ia64/pt-machine.h	2006-08-18 02:47:05 UTC (rev 15809)
+++ branches/uClibc-nptl/libpthread/linuxthreads.old/sysdeps/ia64/pt-machine.h	2006-08-18 02:47:21 UTC (rev 15810)
@@ -23,6 +23,7 @@
 
 #include <ia64intrin.h>
 
+#include <sys/types.h>
 extern int __clone2 (int (*__fn) (void *__arg), void *__child_stack_base,
                      size_t __child_stack_size, int __flags, void *__arg, ...);
 

Modified: branches/uClibc-nptl/libpthread/linuxthreads.old/sysdeps/pthread/pthread.h
===================================================================
--- branches/uClibc-nptl/libpthread/linuxthreads.old/sysdeps/pthread/pthread.h	2006-08-18 02:47:05 UTC (rev 15809)
+++ branches/uClibc-nptl/libpthread/linuxthreads.old/sysdeps/pthread/pthread.h	2006-08-18 02:47:21 UTC (rev 15810)
@@ -324,18 +324,6 @@
 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




More information about the uClibc-cvs mailing list