summaryrefslogtreecommitdiffstats
path: root/libc/arch-mips/syscalls/chmod.S
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2013-03-22 05:39:05 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2013-03-22 05:39:06 +0000
commit3323628d635d3973965ee458c1fee7d8ab45136f (patch)
tree2e6558ee71209b8520dbdd757b1d2cae37937040 /libc/arch-mips/syscalls/chmod.S
parentbabb72dc292a567674f6d7d2ccf7f63edaf77b80 (diff)
parent5c2772f59d3b6f564897187324d8606f54423207 (diff)
downloadbionic-3323628d635d3973965ee458c1fee7d8ab45136f.zip
bionic-3323628d635d3973965ee458c1fee7d8ab45136f.tar.gz
bionic-3323628d635d3973965ee458c1fee7d8ab45136f.tar.bz2
Merge "The SYS_ constants should cover all __NR_ values."
Diffstat (limited to 'libc/arch-mips/syscalls/chmod.S')
-rw-r--r--libc/arch-mips/syscalls/chmod.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/arch-mips/syscalls/chmod.S b/libc/arch-mips/syscalls/chmod.S
index 7ea3ede..7f7f8ee 100644
--- a/libc/arch-mips/syscalls/chmod.S
+++ b/libc/arch-mips/syscalls/chmod.S
@@ -1,5 +1,5 @@
/* autogenerated by gensyscalls.py */
-#include <sys/linux-syscalls.h>
+#include <asm/unistd.h>
.text
.globl chmod
.align 4