Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(639)

Side by Side Diff: sandbox/linux/services/x86_64_linux_syscalls.h

Issue 10826190: Remove X32 syscalls number from x86_64_linux_syscalls.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 syscall_64.tbl. 5 // Generated from the Linux kernel's syscall_64.tbl.
6 #ifndef SANDBOX_LINUX_SERVICES_X86_64_LINUX_SYSCALLS_H_ 6 #ifndef SANDBOX_LINUX_SERVICES_X86_64_LINUX_SYSCALLS_H_
7 #define SANDBOX_LINUX_SERVICES_X86_64_LINUX_SYSCALLS_H_ 7 #define SANDBOX_LINUX_SERVICES_X86_64_LINUX_SYSCALLS_H_
8 8
9 #if !defined(__x86_64__) 9 #if !defined(__x86_64__)
10 #error "Including header on wrong architecture" 10 #error "Including header on wrong architecture"
(...skipping 1244 matching lines...) Expand 10 before | Expand all | Expand 10 after
1255 #endif 1255 #endif
1256 1256
1257 #if !defined(__NR_process_vm_writev) 1257 #if !defined(__NR_process_vm_writev)
1258 #define __NR_process_vm_writev 311 1258 #define __NR_process_vm_writev 311
1259 #endif 1259 #endif
1260 1260
1261 #if !defined(__NR_kcmp) 1261 #if !defined(__NR_kcmp)
1262 #define __NR_kcmp 312 1262 #define __NR_kcmp 312
1263 #endif 1263 #endif
1264 1264
1265 #if !defined(__NR_rt_sigaction)
1266 #define __NR_rt_sigaction 512
1267 #endif
1268
1269 #if !defined(__NR_rt_sigreturn)
1270 #define __NR_rt_sigreturn 513
1271 #endif
1272
1273 #if !defined(__NR_ioctl)
1274 #define __NR_ioctl 514
1275 #endif
1276
1277 #if !defined(__NR_readv)
1278 #define __NR_readv 515
1279 #endif
1280
1281 #if !defined(__NR_writev)
1282 #define __NR_writev 516
1283 #endif
1284
1285 #if !defined(__NR_recvfrom)
1286 #define __NR_recvfrom 517
1287 #endif
1288
1289 #if !defined(__NR_sendmsg)
1290 #define __NR_sendmsg 518
1291 #endif
1292
1293 #if !defined(__NR_recvmsg)
1294 #define __NR_recvmsg 519
1295 #endif
1296
1297 #if !defined(__NR_execve)
1298 #define __NR_execve 520
1299 #endif
1300
1301 #if !defined(__NR_ptrace)
1302 #define __NR_ptrace 521
1303 #endif
1304
1305 #if !defined(__NR_rt_sigpending)
1306 #define __NR_rt_sigpending 522
1307 #endif
1308
1309 #if !defined(__NR_rt_sigtimedwait)
1310 #define __NR_rt_sigtimedwait 523
1311 #endif
1312
1313 #if !defined(__NR_rt_sigqueueinfo)
1314 #define __NR_rt_sigqueueinfo 524
1315 #endif
1316
1317 #if !defined(__NR_sigaltstack)
1318 #define __NR_sigaltstack 525
1319 #endif
1320
1321 #if !defined(__NR_timer_create)
1322 #define __NR_timer_create 526
1323 #endif
1324
1325 #if !defined(__NR_mq_notify)
1326 #define __NR_mq_notify 527
1327 #endif
1328
1329 #if !defined(__NR_kexec_load)
1330 #define __NR_kexec_load 528
1331 #endif
1332
1333 #if !defined(__NR_waitid)
1334 #define __NR_waitid 529
1335 #endif
1336
1337 #if !defined(__NR_set_robust_list)
1338 #define __NR_set_robust_list 530
1339 #endif
1340
1341 #if !defined(__NR_get_robust_list)
1342 #define __NR_get_robust_list 531
1343 #endif
1344
1345 #if !defined(__NR_vmsplice)
1346 #define __NR_vmsplice 532
1347 #endif
1348
1349 #if !defined(__NR_move_pages)
1350 #define __NR_move_pages 533
1351 #endif
1352
1353 #if !defined(__NR_preadv)
1354 #define __NR_preadv 534
1355 #endif
1356
1357 #if !defined(__NR_pwritev)
1358 #define __NR_pwritev 535
1359 #endif
1360
1361 #if !defined(__NR_rt_tgsigqueueinfo)
1362 #define __NR_rt_tgsigqueueinfo 536
1363 #endif
1364
1365 #if !defined(__NR_recvmmsg)
1366 #define __NR_recvmmsg 537
1367 #endif
1368
1369 #if !defined(__NR_sendmmsg)
1370 #define __NR_sendmmsg 538
1371 #endif
1372
1373 #if !defined(__NR_process_vm_readv)
1374 #define __NR_process_vm_readv 539
1375 #endif
1376
1377 #if !defined(__NR_process_vm_writev)
1378 #define __NR_process_vm_writev 540
1379 #endif
1380
1381 #endif // SANDBOX_LINUX_SERVICES_X86_64_LINUX_SYSCALLS_H_ 1265 #endif // SANDBOX_LINUX_SERVICES_X86_64_LINUX_SYSCALLS_H_
1382 1266
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698