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

Side by Side Diff: include/asm/unistd_32.h

Issue 10067012: syscall numbers for 32-bit berkeley sockets interceptors (Closed) Base URL: http://git.chromium.org/native_client/linux-headers-for-nacl.git@master
Patch Set: Created 8 years, 8 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
« 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 #ifndef _ASM_I386_UNISTD_H_ 1 #ifndef _ASM_I386_UNISTD_H_
2 #define _ASM_I386_UNISTD_H_ 2 #define _ASM_I386_UNISTD_H_
3 3
4 /* 4 /*
5 * This file contains the system call numbers. 5 * This file contains the system call numbers.
6 */ 6 */
7 7
8 #define __NR_restart_syscall 0 8 #define __NR_restart_syscall 0
9 #define __NR_exit 1 9 #define __NR_exit 1
10 #define __NR_fork 2 10 #define __NR_fork 2
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 #define __NR_vmsplice 316 324 #define __NR_vmsplice 316
325 #define __NR_move_pages 317 325 #define __NR_move_pages 317
326 #define __NR_getcpu 318 326 #define __NR_getcpu 318
327 #define __NR_epoll_pwait 319 327 #define __NR_epoll_pwait 319
328 #define __NR_utimensat 320 328 #define __NR_utimensat 320
329 #define __NR_signalfd 321 329 #define __NR_signalfd 321
330 #define __NR_timerfd 322 330 #define __NR_timerfd 322
331 #define __NR_eventfd 323 331 #define __NR_eventfd 323
332 #define __NR_fallocate 324 332 #define __NR_fallocate 324
333 333
334 #define __NR_accept 325
335 #define __NR_bind 326
336 #define __NR_listen 327
337 #define __NR_connect 328
338 #define __NR_send 329
339 #define __NR_sendto 330
340 #define __NR_sendmsg 331
341 #define __NR_recv 332
342 #define __NR_recvfrom 333
343 #define __NR_recvmsg 334
344 #define __NR_shutdown 335
345 #define __NR_getsockopt 336
346 #define __NR_setsockopt 337
347 #define __NR_getsockname 338
348 #define __NR_getpeername 339
349 #define __NR_socketpair 340
334 #endif /* _ASM_I386_UNISTD_H_ */ 350 #endif /* _ASM_I386_UNISTD_H_ */
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