diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/socketpair.S')
-rw-r--r-- | sysdeps/unix/sysv/linux/socketpair.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/socketpair.S b/sysdeps/unix/sysv/linux/socketpair.S index da71c57dea..c954ad1a4b 100644 --- a/sysdeps/unix/sysv/linux/socketpair.S +++ b/sysdeps/unix/sysv/linux/socketpair.S @@ -1,2 +1,3 @@ #define socket socketpair +#define NARGS 4 #include <socket.S> |