about summary refs log tree commit diff
path: root/sysdeps/x86_64/dl-tls.h
diff options
context:
space:
mode:
authorGabriel F. T. Gomes <gabriel@inconstante.eti.br>2017-12-19 15:18:07 -0200
committerGabriel F. T. Gomes <gabriel@inconstante.eti.br>2017-12-19 15:18:07 -0200
commit567785e2b50321d02d7682aae085f19dc3404f3d (patch)
tree53e82c7e00c5a2e7674eeee7627ba17477316c58 /sysdeps/x86_64/dl-tls.h
parent0f0074a4f1a3ebddb4d5acbbf71ba7c9a2182a47 (diff)
parentc5b38f2ecec6facf818e3c50ad014be05b52c179 (diff)
downloadglibc-567785e2b50321d02d7682aae085f19dc3404f3d.tar.gz
glibc-567785e2b50321d02d7682aae085f19dc3404f3d.tar.xz
glibc-567785e2b50321d02d7682aae085f19dc3404f3d.zip
Merge branch release/2.24/master into ibm/2.24/master ibm/2.24/master
Diffstat (limited to 'sysdeps/x86_64/dl-tls.h')
-rw-r--r--sysdeps/x86_64/dl-tls.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/x86_64/dl-tls.h b/sysdeps/x86_64/dl-tls.h
index cf6c107f54..fa5bf6cd93 100644
--- a/sysdeps/x86_64/dl-tls.h
+++ b/sysdeps/x86_64/dl-tls.h
@@ -16,6 +16,9 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
+#ifndef _X86_64_DL_TLS_H
+#define _X86_64_DL_TLS_H
+
 #include <stdint.h>
 
 /* Type used for the representation of TLS information in the GOT.  */
@@ -27,3 +30,5 @@ typedef struct dl_tls_index
 
 
 extern void *__tls_get_addr (tls_index *ti);
+
+#endif /* _X86_64_DL_TLS_H */