diff options
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 |
commit | 8fd12d635659747c1f5530de035c232264932de5 (patch) | |
tree | 4902d14498de7389da44d7e12a9f4a3a3512f488 /libpthread/nptl/descr.h | |
parent | b3d848fa217b437da2a5b7f29a5f469c6b8c6e62 (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/descr.h')
-rw-r--r-- | libpthread/nptl/descr.h | 1 |
1 files changed, 0 insertions, 1 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> |