Fix grp.h and gid_t/uid_t for Go

This commit is contained in:
Wildan Mubarok
2025-07-21 00:15:02 +00:00
parent 648d3be78e
commit 2c4bd8d061
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
sys_includes = []
sys_includes = ["sys/types.h", "stdint.h"]
include_guard = "_RELIBC_GRP_H"
language = "C"
style = "Tag"