diff options
author | Richard Henderson <rth@redhat.com> | 2005-12-18 22:47:08 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2005-12-18 22:47:08 +0000 |
commit | cafdac626c6aa3ee56124594b3fda2ae102a6537 (patch) | |
tree | 85bd02121aef36a942483dba356bc805922114be | |
parent | e0b849e9b1379fa14422c7b634ab3b6da5715576 (diff) | |
download | glibc-cafdac626c6aa3ee56124594b3fda2ae102a6537.tar.gz glibc-cafdac626c6aa3ee56124594b3fda2ae102a6537.tar.xz glibc-cafdac626c6aa3ee56124594b3fda2ae102a6537.zip |
* sysdeps/alpha/libc-tls.c: Fix directory on include of base file.
2005-12-18 Richard Henderson <rth@redhat.com> * sysdeps/alpha/libc-tls.c: Fix directory on include of base file.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | sysdeps/alpha/libc-tls.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 4c01e65c47..fb9f84ffd9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-12-18 Richard Henderson <rth@redhat.com> + + * sysdeps/alpha/libc-tls.c: Fix directory on include of base file. + 2005-12-18 Ulrich Drepper <drepper@redhat.com> * iconv/gconv_builtin.c: Mark map with attribute_relro. diff --git a/sysdeps/alpha/libc-tls.c b/sysdeps/alpha/libc-tls.c index 84e9bec4eb..24629e9aca 100644 --- a/sysdeps/alpha/libc-tls.c +++ b/sysdeps/alpha/libc-tls.c @@ -17,7 +17,7 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#include <misc/libc-tls.c> +#include <csu/libc-tls.c> #include <dl-tls.h> #if USE_TLS |