Hey guys, I'm curious, why different syscall functions are available on 
different *NIX platforms.
For example the *Getsid* function is not implemented for linux but it is 
implemented for the darwin platform (link 
<https://github.com/golang/go/blob/master/src/syscall/syscall_darwin.go#L236>
).

I haven't examined all of them but it's obvious that all platforms have 
their own set.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to