aboutsummaryrefslogtreecommitdiffhomepage
path: root/builder/musl.go
diff options
context:
space:
mode:
authorleongross <[email protected]>2024-11-18 14:44:06 +0100
committerGitHub <[email protected]>2024-11-18 14:44:06 +0100
commit1dcccf87b5825de57eb522feb3d704fda95b62a5 (patch)
treec347345882aa5916d1fdc0904200edcdb49f55bc /builder/musl.go
parentd51ef253a92e72513986731d7c08486ff60915c4 (diff)
downloadtinygo-1dcccf87b5825de57eb522feb3d704fda95b62a5.tar.gz
tinygo-1dcccf87b5825de57eb522feb3d704fda95b62a5.zip
linux: add runtime.fcntl function
This is needed for the internal/syscall/unix package. Signed-off-by: leongross <[email protected]>
Diffstat (limited to 'builder/musl.go')
-rw-r--r--builder/musl.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/builder/musl.go b/builder/musl.go
index a6699ad8d..b156430d4 100644
--- a/builder/musl.go
+++ b/builder/musl.go
@@ -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",