OLD | NEW |
---|---|
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 // Generated from the Linux kernel's calls.S. | 5 // Generated from the Linux kernel's calls.S. |
6 #ifndef SANDBOX_LINUX_SYSTEM_HEADERS_ARM_LINUX_SYSCALLS_H_ | 6 #ifndef SANDBOX_LINUX_SYSTEM_HEADERS_ARM_LINUX_SYSCALLS_H_ |
7 #define SANDBOX_LINUX_SYSTEM_HEADERS_ARM_LINUX_SYSCALLS_H_ | 7 #define SANDBOX_LINUX_SYSTEM_HEADERS_ARM_LINUX_SYSCALLS_H_ |
8 | 8 |
9 #if !defined(__arm__) || !defined(__ARM_EABI__) | 9 #if !defined(__arm__) || !defined(__ARM_EABI__) |
10 #error "Including header on wrong architecture" | 10 #error "Including header on wrong architecture" |
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
234 #endif | 234 #endif |
235 | 235 |
236 #if !defined(__NR_sethostname) | 236 #if !defined(__NR_sethostname) |
237 #define __NR_sethostname (__NR_SYSCALL_BASE+74) | 237 #define __NR_sethostname (__NR_SYSCALL_BASE+74) |
238 #endif | 238 #endif |
239 | 239 |
240 #if !defined(__NR_setrlimit) | 240 #if !defined(__NR_setrlimit) |
241 #define __NR_setrlimit (__NR_SYSCALL_BASE+75) | 241 #define __NR_setrlimit (__NR_SYSCALL_BASE+75) |
242 #endif | 242 #endif |
243 | 243 |
244 #if !defined(__NR_getrlimit) | |
245 #define __NR_getrlimit (__NR_SYSCALL_BASE+76) | |
Sam Clegg
2015/12/02 00:42:56
This is defined and then undefined in debian_wheez
| |
246 #endif | |
247 | |
244 #if !defined(__NR_getrusage) | 248 #if !defined(__NR_getrusage) |
245 #define __NR_getrusage (__NR_SYSCALL_BASE+77) | 249 #define __NR_getrusage (__NR_SYSCALL_BASE+77) |
246 #endif | 250 #endif |
247 | 251 |
248 #if !defined(__NR_gettimeofday) | 252 #if !defined(__NR_gettimeofday) |
249 #define __NR_gettimeofday (__NR_SYSCALL_BASE+78) | 253 #define __NR_gettimeofday (__NR_SYSCALL_BASE+78) |
250 #endif | 254 #endif |
251 | 255 |
252 #if !defined(__NR_settimeofday) | 256 #if !defined(__NR_settimeofday) |
253 #define __NR_settimeofday (__NR_SYSCALL_BASE+79) | 257 #define __NR_settimeofday (__NR_SYSCALL_BASE+79) |
(...skipping 1155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1409 #if !defined(__ARM_NR_set_tls) | 1413 #if !defined(__ARM_NR_set_tls) |
1410 #define __ARM_NR_set_tls (__ARM_NR_BASE+5) | 1414 #define __ARM_NR_set_tls (__ARM_NR_BASE+5) |
1411 #endif | 1415 #endif |
1412 | 1416 |
1413 // ARM kernel private syscall. | 1417 // ARM kernel private syscall. |
1414 #if !defined(__ARM_NR_cmpxchg) | 1418 #if !defined(__ARM_NR_cmpxchg) |
1415 #define __ARM_NR_cmpxchg (__ARM_NR_BASE+0x00fff0) | 1419 #define __ARM_NR_cmpxchg (__ARM_NR_BASE+0x00fff0) |
1416 #endif | 1420 #endif |
1417 | 1421 |
1418 #endif // SANDBOX_LINUX_SYSTEM_HEADERS_ARM_LINUX_SYSCALLS_H_ | 1422 #endif // SANDBOX_LINUX_SYSTEM_HEADERS_ARM_LINUX_SYSCALLS_H_ |
OLD | NEW |