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() {
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
You can’t perform that action at this time.
0 commit comments