update syscalls with off_t arguments to handle argument alignment, if needed
[musl] / arch / x86_64 / bits / syscall.h
index 2339d2e..5eeb8a6 100644 (file)
@@ -1,4 +1,5 @@
-#define __SYSCALL_LL(x) (x)
+#define __SYSCALL_LL_E(x) (x)
+#define __SYSCALL_LL_O(x) (x)
 
 static inline long __syscall0(long __n)
 {