OSDN Git Service

sync include paths and copyrights with glibc
authorMike Frysinger <vapier@gentoo.org>
Tue, 22 Nov 2005 21:32:06 +0000 (21:32 -0000)
committerMike Frysinger <vapier@gentoo.org>
Tue, 22 Nov 2005 21:32:06 +0000 (21:32 -0000)
libpthread/linuxthreads.old_db/td_ta_event_getmsg.c
libpthread/linuxthreads.old_db/td_ta_map_id2thr.c
libpthread/linuxthreads.old_db/td_ta_map_lwp2thr.c
libpthread/linuxthreads.old_db/td_ta_thr_iter.c
libpthread/linuxthreads.old_db/td_ta_tsd_iter.c
libpthread/linuxthreads.old_db/td_thr_tls_get_addr.c
libpthread/linuxthreads.old_db/td_thr_tsd.c
libpthread/linuxthreads.old_db/td_thr_validate.c

index c004a5b..c3a4492 100644 (file)
@@ -22,7 +22,7 @@
 #include <string.h>
 
 #include "thread_dbP.h"
-#include "../linuxthreads.old/internals.h"
+#include <linuxthreads/internals.h>
 
 
 td_err_e
index 30f272a..ddeb2d3 100644 (file)
@@ -19,7 +19,7 @@
    02111-1307 USA.  */
 
 #include "thread_dbP.h"
-#include "../linuxthreads.old/internals.h"
+#include <linuxthreads/internals.h>
 
 
 td_err_e
index 5bdf970..dd2fcbf 100644 (file)
@@ -19,7 +19,7 @@
    02111-1307 USA.  */
 
 #include "thread_dbP.h"
-#include "../linuxthreads.old/internals.h"
+#include <linuxthreads/internals.h>
 
 
 td_err_e
index 6cc4bf7..2ac1895 100644 (file)
@@ -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
index f15b450..2eb41f6 100644 (file)
@@ -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
index e140b77..a28b074 100644 (file)
@@ -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.  */
index 003ed95..978dc5e 100644 (file)
@@ -19,7 +19,7 @@
    02111-1307 USA.  */
 
 #include "thread_dbP.h"
-#include "../linuxthreads.old/internals.h"
+#include <linuxthreads/internals.h>
 
 
 td_err_e
index 31169ef..6f893d3 100644 (file)
@@ -19,7 +19,7 @@
    02111-1307 USA.  */
 
 #include "thread_dbP.h"
-#include "../linuxthreads.old/internals.h"
+#include <linuxthreads/internals.h>
 
 
 td_err_e