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