summaryrefslogtreecommitdiff
path: root/libpthread
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2005-05-12 02:59:49 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2005-05-12 02:59:49 +0000
commit8fd12d635659747c1f5530de035c232264932de5 (patch)
tree4902d14498de7389da44d7e12a9f4a3a3512f488 /libpthread
parentb3d848fa217b437da2a5b7f29a5f469c6b8c6e62 (diff)
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.
Diffstat (limited to 'libpthread')
-rw-r--r--libpthread/nptl/descr.h1
-rw-r--r--libpthread/nptl/pthread_create.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/libpthread/nptl/descr.h b/libpthread/nptl/descr.h
index 454bb2a54..1dd1cc506 100644
--- a/libpthread/nptl/descr.h
+++ b/libpthread/nptl/descr.h
@@ -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>
diff --git a/libpthread/nptl/pthread_create.c b/libpthread/nptl/pthread_create.c
index 532b8fd56..3572fcf88 100644
--- a/libpthread/nptl/pthread_create.c
+++ b/libpthread/nptl/pthread_create.c
@@ -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>