index
:
ppe42-gcc
gcc-4_9_2-ppe42
GCC for the PPE42
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
go.test
/
test
/
fixedbugs
/
bug467.dir
/
p2.go
blob: d80d3a30b185d927e9f1f22eaa5d01bb4f604d52 (
plain
)
1
2
3
4
5
package p2 import "./p1" func SockUnix() error { var s *p1.SockaddrUnix; return s }