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