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