diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-11-22 21:32:06 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-11-22 21:32:06 +0000 |
commit | 5073e39d0a59b88dfadbe41b53ffd7cc3689e032 (patch) | |
tree | 548476a19b6e19b96cbabff1aa92091ea7590450 /libpthread/linuxthreads.old_db/td_thr_tsd.c | |
parent | 0f85f257a26e18ce1b3043063dee2aa707e97133 (diff) |
sync include paths and copyrights with glibc
Diffstat (limited to 'libpthread/linuxthreads.old_db/td_thr_tsd.c')
-rw-r--r-- | libpthread/linuxthreads.old_db/td_thr_tsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/linuxthreads.old_db/td_thr_tsd.c b/libpthread/linuxthreads.old_db/td_thr_tsd.c index 003ed95fe..978dc5e52 100644 --- a/libpthread/linuxthreads.old_db/td_thr_tsd.c +++ b/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 |