Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(867)

Side by Side Diff: src/pkg/syscall/zsysnum_linux_arm.go

Issue 103450043: code review 103450043: syscall: regenerate z-files for linux (Closed)
Patch Set: diff -r 7bdeb1a01252 https://code.google.com/p/go Created 9 years, 9 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/pkg/syscall/zsysnum_linux_amd64.go ('k') | src/pkg/syscall/ztypes_linux_386.go » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // mksysnum_linux.pl 1 // mksysnum_linux.pl
2 // MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT 2 // MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
3 3
4 package syscall 4 package syscall
5 5
6 const ( 6 const (
7 SYS_OABI_SYSCALL_BASE = 0 7 SYS_OABI_SYSCALL_BASE = 0
8 SYS_SYSCALL_BASE = 0 8 SYS_SYSCALL_BASE = 0
9 SYS_RESTART_SYSCALL = 0 9 SYS_RESTART_SYSCALL = 0
10 SYS_EXIT = 1 10 SYS_EXIT = 1
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 SYS_FANOTIFY_MARK = 368 344 SYS_FANOTIFY_MARK = 368
345 SYS_PRLIMIT64 = 369 345 SYS_PRLIMIT64 = 369
346 SYS_NAME_TO_HANDLE_AT = 370 346 SYS_NAME_TO_HANDLE_AT = 370
347 SYS_OPEN_BY_HANDLE_AT = 371 347 SYS_OPEN_BY_HANDLE_AT = 371
348 SYS_CLOCK_ADJTIME = 372 348 SYS_CLOCK_ADJTIME = 372
349 SYS_SYNCFS = 373 349 SYS_SYNCFS = 373
350 SYS_SENDMMSG = 374 350 SYS_SENDMMSG = 374
351 SYS_SETNS = 375 351 SYS_SETNS = 375
352 SYS_PROCESS_VM_READV = 376 352 SYS_PROCESS_VM_READV = 376
353 SYS_PROCESS_VM_WRITEV = 377 353 SYS_PROCESS_VM_WRITEV = 377
354 SYS_KCMP = 378
355 SYS_FINIT_MODULE = 379
356 SYS_SCHED_SETATTR = 380
357 SYS_SCHED_GETATTR = 381
358 SYS_RENAMEAT2 = 382
354 ) 359 )
OLDNEW
« no previous file with comments | « src/pkg/syscall/zsysnum_linux_amd64.go ('k') | src/pkg/syscall/ztypes_linux_386.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b