Descriptionmisc/cgo/test: make test work with -linkmode=internal
The static func named thread in issue5337.go's C snippet
conflicts with the static func named thread in issue3350.go's C snippet.
I don't know why (they're both static) but I also don't care,
because -linkmode=internal only needs to be able to handle
the cgo in the standard library, and it does.
Change the test to avoid this problem.
Fixes build (after run.bash is fixed to detect the breakage).
Patch Set 1 #Patch Set 2 : diff -r 9c7e1d1fe912 https://code.google.com/p/go/ #Patch Set 3 : diff -r 9c7e1d1fe912 https://code.google.com/p/go/ #Patch Set 4 : diff -r d75933428602 https://code.google.com/p/go/ #MessagesTotal messages: 3
|