summaryrefslogtreecommitdiff
path: root/05/stdc_common.h
diff options
context:
space:
mode:
Diffstat (limited to '05/stdc_common.h')
-rw-r--r--05/stdc_common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/05/stdc_common.h b/05/stdc_common.h
index 7c592c9..780da2f 100644
--- a/05/stdc_common.h
+++ b/05/stdc_common.h
@@ -49,6 +49,9 @@ typedef long ssize_t;
#define USHRT_MAX UINT16_MAX
#define UINT_MAX UINT32_MAX
#define ULONG_MAX UINT64_MAX
+#define INTPTR_MIN INT64_MIN
+#define INTPTR_MAX INT64_MAX
+#define UINTPTR_MAX UINT64_MAX
static unsigned char __syscall_data[] = {
// mov rax, [rsp+24]