runtime: compatible difference of stdio symbols between linux and others
This commit is contained in:
8
internal/runtime/c/c_default.go
Normal file
8
internal/runtime/c/c_default.go
Normal file
@@ -0,0 +1,8 @@
|
||||
//go:build !linux
|
||||
// +build !linux
|
||||
|
||||
package c
|
||||
|
||||
const (
|
||||
LLGoPackage = "decl: stdio_default.ll"
|
||||
)
|
||||
Reference in New Issue
Block a user