Skip to content

Commit

Permalink
* sysdeps/alpha/libc-tls.c: Fix directory on include of base file.
Browse files Browse the repository at this point in the history
2005-12-18  Richard Henderson  <rth@redhat.com>

	* sysdeps/alpha/libc-tls.c: Fix directory on include of base file.
  • Loading branch information
Richard Henderson committed Dec 18, 2005
1 parent e0b849e commit cafdac6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/alpha/libc-tls.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cafdac6

Please sign in to comment.