commit | 8aabbd7f63286e87fe95b672fad814b4625efa85 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon May 02 12:47:58 2016 -0700 |
committer | Elliott Hughes <enh@google.com> | Mon May 02 12:47:58 2016 -0700 |
tree | 28fc8fbc4a8b65da2383b811f57e1466cd640282 | |
parent | ec4671928c39b14f7f22c12ffef0e0bcdd58edfe [diff] |
Move glibc-syscalls.h into bits/. Bug: http://b/28519060 Change-Id: I0de1ba16b16eb7b780de89954d3fa45cca2f5295
diff --git a/libc/include/sys/glibc-syscalls.h b/libc/include/bits/glibc-syscalls.h similarity index 100% rename from libc/include/sys/glibc-syscalls.h rename to libc/include/bits/glibc-syscalls.h
diff --git a/libc/include/sys/syscall.h b/libc/include/sys/syscall.h index 21eaf33..87cddc9 100644 --- a/libc/include/sys/syscall.h +++ b/libc/include/sys/syscall.h
@@ -30,7 +30,7 @@ #define _SYS_SYSCALL_H_ #include <asm/unistd.h> /* Linux kernel __NR_* names. */ -#include <sys/glibc-syscalls.h> /* glibc-compatible SYS_* aliases. */ +#include <bits/glibc-syscalls.h> /* glibc-compatible SYS_* aliases. */ /* The syscall function itself is declared in <unistd.h>, not here. */