build: check -tags nogc
This commit is contained in:
@@ -32,6 +32,9 @@ type aThread struct {
|
||||
Unused [8]byte
|
||||
}
|
||||
|
||||
//llgo:type C
|
||||
type RoutineFunc func(c.Pointer) c.Pointer
|
||||
|
||||
// Thread represents a POSIX thread.
|
||||
type Thread = *aThread
|
||||
|
||||
|
||||
Reference in New Issue
Block a user