Browse Source

Correct PTINC path and remove hardcoded include for internals.h

Peter S. Mazinger 18 years ago
parent
commit
52e08a6b9c

+ 1 - 1
Rules.mak

@@ -379,7 +379,7 @@ else
 PTINC := \
 	-I$(PTDIR)/sysdeps/$(TARGET_ARCH) \
 	-I$(PTDIR)/sysdeps/pthread \
-	-I$(top_builddir)libpthread
+	-I$(PTDIR)
 endif
 CFLAGS+=$(PTINC)
 else

+ 0 - 1
libpthread/linuxthreads.old_db/td_ta_event_getmsg.c

@@ -22,7 +22,6 @@
 #include <string.h>
 
 #include "thread_dbP.h"
-#include <linuxthreads/internals.h>
 
 
 td_err_e

+ 0 - 1
libpthread/linuxthreads.old_db/td_ta_map_id2thr.c

@@ -19,7 +19,6 @@
    02111-1307 USA.  */
 
 #include "thread_dbP.h"
-#include <linuxthreads/internals.h>
 
 
 td_err_e

+ 0 - 1
libpthread/linuxthreads.old_db/td_ta_map_lwp2thr.c

@@ -19,7 +19,6 @@
    02111-1307 USA.  */
 
 #include "thread_dbP.h"
-#include <linuxthreads/internals.h>
 
 
 td_err_e

+ 0 - 1
libpthread/linuxthreads.old_db/td_ta_thr_iter.c

@@ -19,7 +19,6 @@
    02111-1307 USA.  */
 
 #include "thread_dbP.h"
-#include <linuxthreads/internals.h>
 #include <alloca.h>
 
 static int

+ 0 - 1
libpthread/linuxthreads.old_db/td_ta_tsd_iter.c

@@ -19,7 +19,6 @@
    02111-1307 USA.  */
 
 #include "thread_dbP.h"
-#include <linuxthreads/internals.h>
 #include <alloca.h>
 
 td_err_e

+ 0 - 1
libpthread/linuxthreads.old_db/td_thr_tsd.c

@@ -19,7 +19,6 @@
    02111-1307 USA.  */
 
 #include "thread_dbP.h"
-#include <linuxthreads/internals.h>
 
 
 td_err_e

+ 0 - 1
libpthread/linuxthreads.old_db/td_thr_validate.c

@@ -19,7 +19,6 @@
    02111-1307 USA.  */
 
 #include "thread_dbP.h"
-#include <linuxthreads/internals.h>
 
 
 td_err_e

+ 1 - 1
libpthread/linuxthreads.old_db/thread_dbP.h

@@ -8,7 +8,7 @@
 #include <unistd.h>
 #include "proc_service.h"
 #include "thread_db.h"
-#include "../linuxthreads.old/internals.h"
+#include "internals.h"
 
 
 /* Indeces for the symbol names.  */