about summary refs log tree commit diff stats
path: root/wrapperhelper/example-libc.h
diff options
context:
space:
mode:
Diffstat (limited to 'wrapperhelper/example-libc.h')
-rw-r--r--wrapperhelper/example-libc.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/wrapperhelper/example-libc.h b/wrapperhelper/example-libc.h
index 24dea13d..8125f75e 100644
--- a/wrapperhelper/example-libc.h
+++ b/wrapperhelper/example-libc.h
@@ -1,10 +1,6 @@
-#define __x86_64__
-#define __WCHAR_MAX__ 2147483647
-#define __WCHAR_MIN__ (-__WCHAR_MAX - 1)
 #define _GNU_SOURCE 1
 #define __USE_MISC 1
 #define PORTMAP
-#define __WORDSIZE 64
 
 // Based on /usr/include/clang/Basic/TokenKinds.def
 // Alternate spelling for various tokens.  There are GCC extensions in all