OSDN Git Service

Remove usage of 'hp-timing.h' header file which is for platforms with high
author"Steven J. Hill" <sjhill@realitydiluted.com>
Thu, 12 May 2005 02:59:49 +0000 (02:59 -0000)
committer"Steven J. Hill" <sjhill@realitydiluted.com>
Thu, 12 May 2005 02:59:49 +0000 (02:59 -0000)
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.

libpthread/nptl/descr.h
libpthread/nptl/pthread_create.c

index 454bb2a..1dd1cc5 100644 (file)
@@ -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>
index 532b8fd..3572fcf 100644 (file)
@@ -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>