mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-26 06:38:42 +00:00
linux: add runtime.fcntl function
This is needed for the internal/syscall/unix package. Signed-off-by: leongross <leon.gross@9elements.com>
This commit is contained in:
@@ -116,6 +116,7 @@ var libMusl = Library{
|
||||
"env/*.c",
|
||||
"errno/*.c",
|
||||
"exit/*.c",
|
||||
"fcntl/*.c",
|
||||
"internal/defsysinfo.c",
|
||||
"internal/libc.c",
|
||||
"internal/syscall_ret.c",
|
||||
|
||||
Reference in New Issue
Block a user