aboutsummaryrefslogtreecommitdiffstats
path: root/src/arch/x86_64/include/bits/stdint.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86_64/include/bits/stdint.h')
-rw-r--r--src/arch/x86_64/include/bits/stdint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86_64/include/bits/stdint.h b/src/arch/x86_64/include/bits/stdint.h
index 23bae9c4..9eb72e9c 100644
--- a/src/arch/x86_64/include/bits/stdint.h
+++ b/src/arch/x86_64/include/bits/stdint.h
@@ -1,7 +1,7 @@
#ifndef _BITS_STDINT_H
#define _BITS_STDINT_H
-typedef unsigned long size_t;
+typedef __SIZE_TYPE__ size_t;
typedef signed long ssize_t;
typedef signed long off_t;