diff options
Diffstat (limited to 'libc/arch-mips/syscalls/recvfrom.S')
-rw-r--r-- | libc/arch-mips/syscalls/recvfrom.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/arch-mips/syscalls/recvfrom.S b/libc/arch-mips/syscalls/recvfrom.S index c34e506..3c2303c 100644 --- a/libc/arch-mips/syscalls/recvfrom.S +++ b/libc/arch-mips/syscalls/recvfrom.S @@ -1,4 +1,5 @@ -/* autogenerated by gensyscalls.py */ +/* Generated by gensyscalls.py. Do not edit. */ + #include <asm/unistd.h> .text .globl recvfrom |