Descriptionruntime: use __tfork() syscall on openbsd
Switch from using the rfork() syscall on OpenBSD, to the __tfork()
syscall. The __tfork() syscall is the preferred way of creating
system threads and the rfork() syscall has recently been removed.
Note: this will break compatibility with OpenBSD releases prior to 5.1.
Patch Set 1 : diff -r 69a5c6d983b4 https://go.googlecode.com/hg/ #Patch Set 2 : diff -r 69a5c6d983b4 https://go.googlecode.com/hg/ #Patch Set 3 : diff -r 11095dc66395 https://go.googlecode.com/hg/ #
MessagesTotal messages: 7
|
|||||||||||||||||||||||||||||||||||||