diff options
Diffstat (limited to 'libc/arch-x86/syscalls/shutdown.S')
-rw-r--r-- | libc/arch-x86/syscalls/shutdown.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/arch-x86/syscalls/shutdown.S b/libc/arch-x86/syscalls/shutdown.S index 456f7ab..d391ef5 100644 --- a/libc/arch-x86/syscalls/shutdown.S +++ b/libc/arch-x86/syscalls/shutdown.S @@ -1,4 +1,5 @@ -/* autogenerated by gensyscalls.py */ +/* Generated by gensyscalls.py. Do not edit. */ + #include <asm/unistd.h> #include <linux/err.h> #include <machine/asm.h> |