diff options
Diffstat (limited to 'src/userspace/libc/stdint.h')
-rw-r--r-- | src/userspace/libc/stdint.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/userspace/libc/stdint.h b/src/userspace/libc/stdint.h index be28300..63f29f4 100644 --- a/src/userspace/libc/stdint.h +++ b/src/userspace/libc/stdint.h @@ -12,7 +12,7 @@ typedef unsigned short u16; typedef signed int s32; typedef unsigned int u32; -typedef signed long s64; -typedef unsigned long u64; +typedef signed long long s64; +typedef unsigned long long u64; -#endif +#endif
\ No newline at end of file |