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