aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach/i386/sysdep.h
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2011-02-16 15:16:33 -0800
committerRoland McGrath <roland@redhat.com>2011-02-16 15:16:33 -0800
commit8e31c82dbd7dad4d33b35d242b5a990f1168a859 (patch)
treed82034bf75dae28e49bc41de02a966be461f4343 /sysdeps/mach/i386/sysdep.h
parentf75286c6968af12697f63ca60b2599478fd2c8f1 (diff)
downloadglibc-8e31c82dbd7dad4d33b35d242b5a990f1168a859.tar
glibc-8e31c82dbd7dad4d33b35d242b5a990f1168a859.tar.gz
glibc-8e31c82dbd7dad4d33b35d242b5a990f1168a859.tar.bz2
glibc-8e31c82dbd7dad4d33b35d242b5a990f1168a859.zip
Add multiple inclusion protection to some Mach/i386 internal headers.
Diffstat (limited to 'sysdeps/mach/i386/sysdep.h')
-rw-r--r--sysdeps/mach/i386/sysdep.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/mach/i386/sysdep.h b/sysdeps/mach/i386/sysdep.h
index 4fc5d50f3d..fb77d4649c 100644
--- a/sysdeps/mach/i386/sysdep.h
+++ b/sysdeps/mach/i386/sysdep.h
@@ -18,6 +18,9 @@
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA. */
+#ifndef _MACH_I386_SYSDEP_H
+#define _MACH_I386_SYSDEP_H 1
+
/* Defines RTLD_PRIVATE_ERRNO and USE_DL_SYSINFO. */
#include <dl-sysdep.h>
#include <tls.h>
@@ -64,3 +67,5 @@
#undef ENTRY
#undef ALIGN
#include <sysdeps/unix/i386/sysdep.h>
+
+#endif /* mach/i386/sysdep.h */