From 8fd12d635659747c1f5530de035c232264932de5 Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Thu, 12 May 2005 02:59:49 +0000 Subject: 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/' of your choice and have fun. --- libpthread/nptl/descr.h | 1 - libpthread/nptl/pthread_create.c | 1 - 2 files changed, 2 deletions(-) (limited to 'libpthread') 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 #include #include -#include #include #include #include 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 #include #include "pthreadP.h" -#include #include #include #include -- cgit v1.2.3