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