[uClibc-cvs] svn commit: trunk/uClibc/libpthread/nptl

sjhill at uclibc.org sjhill at uclibc.org
Thu May 12 02:59:50 UTC 2005


Author: sjhill
Date: 2005-05-11 20:59:49 -0600 (Wed, 11 May 2005)
New Revision: 10304

Log:
Remove usage of 'hp-timing.h' header file which is for platforms with high
performance timers. If you want them included in the NPTL build, copy the
header from glibc into the 'libc/sysdeps/linux/<ARCH>' of your choice and
have fun.


Modified:
   trunk/uClibc/libpthread/nptl/descr.h
   trunk/uClibc/libpthread/nptl/pthread_create.c


Changeset:
Modified: trunk/uClibc/libpthread/nptl/descr.h
===================================================================
--- trunk/uClibc/libpthread/nptl/descr.h	2005-05-12 00:11:57 UTC (rev 10303)
+++ trunk/uClibc/libpthread/nptl/descr.h	2005-05-12 02:59:49 UTC (rev 10304)
@@ -25,7 +25,6 @@
 #include <setjmp.h>
 #include <stdbool.h>
 #include <sys/types.h>
-#include <hp-timing.h>
 #include <list.h>
 #include <lowlevellock.h>
 #include <pthreaddef.h>

Modified: trunk/uClibc/libpthread/nptl/pthread_create.c
===================================================================
--- trunk/uClibc/libpthread/nptl/pthread_create.c	2005-05-12 00:11:57 UTC (rev 10303)
+++ trunk/uClibc/libpthread/nptl/pthread_create.c	2005-05-12 02:59:49 UTC (rev 10304)
@@ -22,7 +22,6 @@
 #include <stdlib.h>
 #include <string.h>
 #include "pthreadP.h"
-#include <hp-timing.h>
 #include <ldsodefs.h>
 #include <atomic.h>
 #include <libc-internal.h>




More information about the uClibc-cvs mailing list