about summary refs log tree commit diff
path: root/sysdeps/powerpc/dl-tls.h
diff options
context:
space:
mode:
authorAurelien Jarno <aurelien@aurel32.net>2011-07-04 01:45:03 +0200
committerAndreas Schwab <schwab@redhat.com>2011-08-23 15:05:32 +0200
commit873a772e304d8b56e8f91ac15e9bc08dfde0ffb1 (patch)
tree213a01061b0ed967cc7305b90b7be1d1681e3b3c /sysdeps/powerpc/dl-tls.h
parent25ad0df13b48d9b7cf4db7190cec09d0393bd6d0 (diff)
downloadglibc-873a772e304d8b56e8f91ac15e9bc08dfde0ffb1.tar.gz
glibc-873a772e304d8b56e8f91ac15e9bc08dfde0ffb1.tar.xz
glibc-873a772e304d8b56e8f91ac15e9bc08dfde0ffb1.zip
Fix duplicate definition of Elf64_FuncDesc
Diffstat (limited to 'sysdeps/powerpc/dl-tls.h')
-rw-r--r--sysdeps/powerpc/dl-tls.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/powerpc/dl-tls.h b/sysdeps/powerpc/dl-tls.h
index 9ab81f9965..5fd1b232cf 100644
--- a/sysdeps/powerpc/dl-tls.h
+++ b/sysdeps/powerpc/dl-tls.h
@@ -17,6 +17,8 @@
    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307 USA.  */
 
+#ifndef _PPC_DL_TLS_H
+# define _PPC_DL_TLS_H 1
 
 /* Type used for the representation of TLS information in the TOC.  */
 typedef struct
@@ -50,3 +52,5 @@ extern void *__tls_get_addr (tls_index *ti);
 
 /* Value used for dtv entries for which the allocation is delayed.  */
 #define TLS_DTV_UNALLOCATED	((void *) -1l)
+
+#endif /* dl-tls.h */