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

Delta Between Two Patch Sets: unix/zsysnum_darwin_amd64.go

Issue 126960043: code review 126960043: go.sys: copy files from syscall package to go.sys/{plan... (Closed)
Left Patch Set: Created 10 years, 7 months ago
Right Patch Set: diff -r 89b705e036f489a14b4d11c6e025ea61a53bb735 https://code.google.com/p/go.sys Created 10 years, 7 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « unix/zsysnum_darwin_386.go ('k') | unix/zsysnum_dragonfly_386.go » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(Both sides are equal)
1 // mksysnum_darwin.pl /usr/include/sys/syscall.h 1 // mksysnum_darwin.pl /usr/include/sys/syscall.h
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_SYSCALL = 0 7 SYS_SYSCALL = 0
8 SYS_EXIT = 1 8 SYS_EXIT = 1
9 SYS_FORK = 2 9 SYS_FORK = 2
10 SYS_READ = 3 10 SYS_READ = 3
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 SYS_FILEPORT_MAKEPORT = 430 351 SYS_FILEPORT_MAKEPORT = 430
352 SYS_FILEPORT_MAKEFD = 431 352 SYS_FILEPORT_MAKEFD = 431
353 SYS_AUDIT_SESSION_PORT = 432 353 SYS_AUDIT_SESSION_PORT = 432
354 SYS_PID_SUSPEND = 433 354 SYS_PID_SUSPEND = 433
355 SYS_PID_RESUME = 434 355 SYS_PID_RESUME = 434
356 SYS_PID_HIBERNATE = 435 356 SYS_PID_HIBERNATE = 435
357 SYS_PID_SHUTDOWN_SOCKETS = 436 357 SYS_PID_SHUTDOWN_SOCKETS = 436
358 SYS_SHARED_REGION_MAP_AND_SLIDE_NP = 438 358 SYS_SHARED_REGION_MAP_AND_SLIDE_NP = 438
359 SYS_MAXSYSCALL = 439 359 SYS_MAXSYSCALL = 439
360 ) 360 )
LEFTRIGHT

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