Merge pull request #523 from spongehah/c/hyper_related

[feat] llgo/c/hyper-related c lib
This commit is contained in:
xushiwei
2024-07-19 08:20:12 +08:00
committed by GitHub
9 changed files with 243 additions and 21 deletions

View File

@@ -58,6 +58,10 @@ const (
O_TRUNC = 0x00000400
)
const (
EAGAIN = 35
)
type (
ModeT C.mode_t
UidT C.uid_t