about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedldlinux_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/wrappedldlinux_private.h')
-rwxr-xr-xsrc/wrapped/wrappedldlinux_private.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/wrapped/wrappedldlinux_private.h b/src/wrapped/wrappedldlinux_private.h
index e3bd935b..45e234db 100755
--- a/src/wrapped/wrappedldlinux_private.h
+++ b/src/wrapped/wrappedldlinux_private.h
@@ -1,4 +1,6 @@
-#if defined(GO) && defined(GOM) && defined(GO2) && defined(DATA)
+#if !(defined(GO) && defined(GOM) && defined(GO2) && defined(DATA))
+#error meh!
+#endif
 
 // _dl_allocate_tls
 // _dl_allocate_tls_init
@@ -18,7 +20,5 @@ DATA(__pointer_chk_guard, sizeof(void*))
 DATA(_rtld_global, sizeof(void*))
 DATA(_rtld_global_ro, sizeof(void*))
 DATA(__stack_chk_guard, sizeof(void*))
-// defini dans glibc/sysdeps/i386/dl-tls.h
+// defined in glibc/sysdeps/i386/dl-tls.h
 GOM(__tls_get_addr, pFEp)
-
-#endif
\ No newline at end of file