summaryrefslogtreecommitdiff
path: root/libpthread/nptl/pthread_create.c
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/nptl/pthread_create.c
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/nptl/pthread_create.c')
-rw-r--r--libpthread/nptl/pthread_create.c1
1 files changed, 0 insertions, 1 deletions
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>