aboutsummaryrefslogtreecommitdiffhomepage
path: root/builder/musl.go
diff options
context:
space:
mode:
authorDan Kegel <[email protected]>2022-06-10 17:20:54 -0700
committerAyke <[email protected]>2022-06-12 01:15:42 +0200
commit8754f64f3b77596dc211dfd830e50de69fc1770f (patch)
tree23d9e8d3ac1c2f0a0a5cb347303638ede01bdbb3 /builder/musl.go
parentcaf405b01d150de33ed55cec6ec60731885551d4 (diff)
downloadtinygo-8754f64f3b77596dc211dfd830e50de69fc1770f.tar.gz
tinygo-8754f64f3b77596dc211dfd830e50de69fc1770f.zip
syscall.Getpagesize(): add test, implement for Linux and Windows
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 fa29496a8..5dae0428a 100644
--- a/builder/musl.go
+++ b/builder/musl.go
@@ -115,6 +115,7 @@ var Musl = Library{
"internal/libc.c",
"internal/syscall_ret.c",
"internal/vdso.c",
+ "legacy/*.c",
"malloc/*.c",
"mman/*.c",
"signal/*.c",