diff options
author | Roland McGrath <roland@gnu.org> | 2002-06-04 18:35:03 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-06-04 18:35:03 +0000 |
commit | a21d582e68aa49b63786c3f0a1d841bb5535351f (patch) | |
tree | e6c0e2528d0789dbbf224ac7c0d68d5cbdb872fe | |
parent | b64e1566263764ddc1173cfa3f94d0ef92ae2883 (diff) | |
download | glibc-a21d582e68aa49b63786c3f0a1d841bb5535351f.tar glibc-a21d582e68aa49b63786c3f0a1d841bb5535351f.tar.gz glibc-a21d582e68aa49b63786c3f0a1d841bb5535351f.tar.bz2 glibc-a21d582e68aa49b63786c3f0a1d841bb5535351f.zip |
2002-06-02 Roland McGrath <roland@frob.com>
* include/link.h: Include <tls.h> to make sure USE_TLS is defined.
-rw-r--r-- | include/link.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/link.h b/include/link.h index e36aafca00..ad4e0a4e0c 100644 --- a/include/link.h +++ b/include/link.h @@ -1,6 +1,6 @@ /* Data structure for communication from the run-time dynamic linker for loaded ELF shared objects. - Copyright (C) 1995-1999, 2000, 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 1995-1999,2000,01,02 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -35,6 +35,7 @@ #include <bits/elfclass.h> /* Defines __ELF_NATIVE_CLASS. */ #include <bits/link.h> #include <dl-lookupcfg.h> +#include <tls.h> /* Defines USE_TLS. */ /* Rendezvous structure used by the run-time dynamic linker to communicate details of shared object loading to the debugger. If the executable's |