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:
leongross
2024-11-18 14:44:06 +01:00
committed by GitHub
parent d51ef253a9
commit 1dcccf87b5
3 changed files with 21 additions and 1 deletions
+1
View File
@@ -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",