@@ -19,5 +19,5 @@
/* SH4 ABI does not really require argument alignment for 64-bits, but
the kernel interface for pread adds a dummy long argument before the
offset. */
-#define __ALIGNMENT_ARG
+#define __ALIGNMENT_ARG 0,
#include <sysdeps/unix/sysv/linux/pread.c>
@@ -19,5 +19,5 @@
/* SH4 ABI does not really require argument alignment for 64-bits, but
the kernel interface for pread adds a dummy long argument before the
offset. */
-#define __ALIGNMENT_ARG
+#define __ALIGNMENT_ARG 0,
#include <sysdeps/unix/sysv/linux/pread64.c>
@@ -19,5 +19,5 @@
/* SH4 ABI does not really require argument alignment for 64-bits, but
the kernel interface for pwrite adds a dummy long argument before the
offset. */
-#define __ALIGNMENT_ARG
+#define __ALIGNMENT_ARG 0,
#include <sysdeps/unix/sysv/linux/pwrite.c>
@@ -17,7 +17,7 @@
<http://www.gnu.org/licenses/>. */
/* SH4 ABI does not really require argument alignment for 64-bits, but
- the kernel interface for pread adds a dummy long argument before the
+ the kernel interface for pwrite adds a dummy long argument before the
offset. */
-#define __ALIGNMENT_ARG
+#define __ALIGNMENT_ARG 0,
#include <sysdeps/unix/sysv/linux/pwrite64.c>