https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240043
--- Comment #55 from Tijl Coosemans <[email protected]> --- Created attachment 207391 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=207391&action=edit FMOD kernel patch This kernel patch should get FMOD past the pthread_attr_setschedparam call. It changes sched_get_priority_(min|max) to return the Linux priority range instead of the FreeBSD one. Then it also changes sched_getparam, sched_setparam, and sched_setscheduler to translate between the Linux and FreeBSD range. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-emulation To unsubscribe, send any mail to "[email protected]"
