ソースを参照

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.

"Steven J. Hill" 20 年 前
コミット
8fd12d6356
2 ファイル変更0 行追加2 行削除
  1. 0 1
      libpthread/nptl/descr.h
  2. 0 1
      libpthread/nptl/pthread_create.c

+ 0 - 1
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>

+ 0 - 1
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>