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

Delta Between Two Patch Sets: api/except.txt

Issue 9157044: code review 9157044: syscall: fix prototype of Fchflags (API change) (Closed)
Left Patch Set: Created 10 years, 11 months ago
Right Patch Set: diff -r 17c26220ac96 https://code.google.com/p/go/ Created 10 years, 10 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:
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | doc/go1.1.html » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 pkg net, func ListenUnixgram(string, *UnixAddr) (*UDPConn, error) 1 pkg net, func ListenUnixgram(string, *UnixAddr) (*UDPConn, error)
2 pkg syscall (darwin-386), func Fchflags(string, int) error
3 pkg syscall (darwin-386-cgo), func Fchflags(string, int) error
4 pkg syscall (darwin-amd64), func Fchflags(string, int) error
5 pkg syscall (darwin-amd64-cgo), func Fchflags(string, int) error
6 pkg syscall (freebsd-386), func Fchflags(string, int) error
7 pkg syscall (freebsd-amd64), func Fchflags(string, int) error
2 pkg text/template/parse, type DotNode bool 8 pkg text/template/parse, type DotNode bool
3 pkg text/template/parse, type Node interface { Copy, String, Type } 9 pkg text/template/parse, type Node interface { Copy, String, Type }
LEFTRIGHT
« no previous file | doc/go1.1.html » ('j') | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

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