diff options
author | Dan Kegel <[email protected]> | 2022-06-10 17:20:54 -0700 |
---|---|---|
committer | Ayke <[email protected]> | 2022-06-12 01:15:42 +0200 |
commit | 8754f64f3b77596dc211dfd830e50de69fc1770f (patch) | |
tree | 23d9e8d3ac1c2f0a0a5cb347303638ede01bdbb3 /builder/musl.go | |
parent | caf405b01d150de33ed55cec6ec60731885551d4 (diff) | |
download | tinygo-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.go | 1 |
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", |