diff --git a/ocat b/ocat index 37edd0a7..11a4c91f 100755 Binary files a/ocat and b/ocat differ diff --git a/showdef b/showdef index 453f2fd0..f5fd9a84 100755 Binary files a/showdef and b/showdef differ diff --git a/src/lib/system/linux/clang/x86_64/SYSTEM.c0 b/src/lib/system/linux/clang/x86_64/SYSTEM.c0 index bb8ee442..3d875068 100644 --- a/src/lib/system/linux/clang/x86_64/SYSTEM.c0 +++ b/src/lib/system/linux/clang/x86_64/SYSTEM.c0 @@ -20,7 +20,7 @@ #include "varargs.h" #endif -extern void *malloc(long size); +extern void *malloc(unsigned long size); extern void exit(int status); void (*SYSTEM_Halt)(); diff --git a/src/lib/system/linux/clang/x86_64/SYSTEM.h b/src/lib/system/linux/clang/x86_64/SYSTEM.h index e9a246b7..c0cd257a 100644 --- a/src/lib/system/linux/clang/x86_64/SYSTEM.h +++ b/src/lib/system/linux/clang/x86_64/SYSTEM.h @@ -13,8 +13,8 @@ uses double # as concatenation operator #include -extern void *memcpy(void *dest, const void *src, long n); -extern void *malloc(long size); +extern void *memcpy(void *dest, const void *src, unsigned long n); +extern void *malloc(unsigned long size); extern void exit(int status); #define export diff --git a/voc b/voc index 010bb6a8..fed33f8a 100755 Binary files a/voc and b/voc differ diff --git a/vocstatic.linux.clang.x86_64 b/vocstatic.linux.clang.x86_64 index 010bb6a8..fed33f8a 100755 Binary files a/vocstatic.linux.clang.x86_64 and b/vocstatic.linux.clang.x86_64 differ diff --git a/vocstatic.linux.gnuc.x86_64 b/vocstatic.linux.gnuc.x86_64 index 1ca02768..e540fb32 100755 Binary files a/vocstatic.linux.gnuc.x86_64 and b/vocstatic.linux.gnuc.x86_64 differ