Browse Source

sync include paths and copyrights with glibc

Mike Frysinger 18 years ago
parent
commit
5073e39d0a

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

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

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

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

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

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

+ 2 - 2
libpthread/linuxthreads.old_db/td_ta_thr_iter.c

@@ -1,5 +1,5 @@
 /* Iterate over a process's threads.
-   Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1999,2000,2001,2002,2003 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999.
 
@@ -19,7 +19,7 @@
    02111-1307 USA.  */
 
 #include "thread_dbP.h"
-#include "../linuxthreads.old/internals.h"
+#include <linuxthreads/internals.h>
 #include <alloca.h>
 
 static int

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

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

+ 2 - 3
libpthread/linuxthreads.old_db/td_thr_tls_get_addr.c

@@ -1,5 +1,5 @@
 /* Get address of thread local variable.
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002,2003 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 2002.
 
@@ -18,8 +18,7 @@
    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307 USA.  */
 
-
-#include "link.h"
+#include <link.h>
 #include "thread_dbP.h"
 
 /* Value used for dtv entries for which the allocation is delayed.  */

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

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

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

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