make [U]INTn_C() macros have the right type...
[musl] / include / sys / syscall.h
index c86135a..901941a 100644 (file)
@@ -4,7 +4,7 @@
 extern "C" {
 #endif
 
-long __syscall_ret(long);
+long __syscall_ret(unsigned long);
 long __syscall(long, ...);
 long syscall(long, ...);