File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -450,6 +450,7 @@ fn main() {
450
450
"popen" | "ppoll" | "prctl" | "prlimit" | "prlimit64" | "process_vm_readv" |
451
451
"process_vm_writev" | "pthread_atfork" | "pthread_attr_getguardsize" |
452
452
"pthread_kill" | "pthread_mutexattr_getpshared" | "pthread_mutex_timedlock" |
453
+ "pthread_getschedparam" | "pthread_setschedparam" | "pthread_setschedprio" |
453
454
"pthread_sigmask" | "ptrace" | "quotactl" | "readahead" | "reboot" | "removexattr" |
454
455
"sched_getaffinity" | "sched_getparam" | "sched_get_priority_max" |
455
456
"sched_get_priority_min" | "sched_getscheduler" | "sched_rr_get_interval" |
@@ -462,13 +463,6 @@ fn main() {
462
463
"umount2" | "unshare" | "vmsplice" | "swapoff" | "vhangup" | "swapon" |
463
464
"personality" | "syscall" if emscripten => true ,
464
465
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
-
472
466
// int vs uint. Sorry musl, your prototype declarations are "correct" in the sense that
473
467
// they match the interface defined by Linux verbatim, but they conflict with other
474
468
// send*/recv* syscalls
You can’t perform that action at this time.
0 commit comments