Skip to content

Commit 97502e8

Browse files
committed
Add recent added functions to wasm32 whitelist
1 parent a7d5b09 commit 97502e8

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

libc-test/build.rs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,7 @@ fn main() {
450450
"popen" | "ppoll" | "prctl" | "prlimit" | "prlimit64" | "process_vm_readv" |
451451
"process_vm_writev" | "pthread_atfork" | "pthread_attr_getguardsize" |
452452
"pthread_kill" | "pthread_mutexattr_getpshared" | "pthread_mutex_timedlock" |
453+
"pthread_getschedparam" | "pthread_setschedparam" | "pthread_setschedprio" |
453454
"pthread_sigmask" | "ptrace" | "quotactl" | "readahead" | "reboot" | "removexattr" |
454455
"sched_getaffinity" | "sched_getparam" | "sched_get_priority_max" |
455456
"sched_get_priority_min" | "sched_getscheduler" | "sched_rr_get_interval" |
@@ -462,13 +463,6 @@ fn main() {
462463
"umount2" | "unshare" | "vmsplice" | "swapoff" | "vhangup" | "swapon" |
463464
"personality" | "syscall" if emscripten => true,
464465

465-
// fails on travis but works locally. why?
466-
"getgroups" | "setgroups" if emscripten => true,
467-
"setpgid" | "getpgid" if emscripten => true,
468-
"setpgrp" | "getpgrp" if emscripten => true,
469-
"fork" if emscripten => true,
470-
471-
472466
// int vs uint. Sorry musl, your prototype declarations are "correct" in the sense that
473467
// they match the interface defined by Linux verbatim, but they conflict with other
474468
// send*/recv* syscalls

0 commit comments

Comments
 (0)