diff options
| author | Elliott Hughes <enh@google.com> | 2013-10-16 23:06:48 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2013-10-16 23:06:48 +0000 |
| commit | bffe261a1fcb2099e2188e2e4ca65209b64bc75a (patch) | |
| tree | bbf75b06b03e0b7a66fb0e7679df1f1151a66bc3 /libc/arch-arm/syscalls/sigaltstack.S | |
| parent | f0447ddb042150af0e13a364df98dd11673d95d3 (diff) | |
| parent | 103ccde8fe2f2c8abde914a8ba736b2e9cb8d20b (diff) | |
| download | bionic-bffe261a1fcb2099e2188e2e4ca65209b64bc75a.zip bionic-bffe261a1fcb2099e2188e2e4ca65209b64bc75a.tar.gz bionic-bffe261a1fcb2099e2188e2e4ca65209b64bc75a.tar.bz2 | |
Merge "Sort the syscalls.mk files, give all generated files the same header."
Diffstat (limited to 'libc/arch-arm/syscalls/sigaltstack.S')
| -rw-r--r-- | libc/arch-arm/syscalls/sigaltstack.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/arch-arm/syscalls/sigaltstack.S b/libc/arch-arm/syscalls/sigaltstack.S index ca68004..aefe51a 100644 --- a/libc/arch-arm/syscalls/sigaltstack.S +++ b/libc/arch-arm/syscalls/sigaltstack.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> |
