wine/server
Damjan Jovanovic 316a358b0f server: FreeBSD 14-CURRENT's sched_setaffinity() needs _WITH_CPU_SET_T defined.
FreeBSD 14-CURRENT got the non-standard sched_setaffinity() function, but
it uses FreeBSD's cpuset_t type instead of Linux's cpu_set_t (also
non-standard). This breaks the build. We have to define _WITH_CPU_SET_T
before including <sched.h> to get that type named cpu_set_t instead.

Signed-off-by: Damjan Jovanovic <damjan.jov@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-12-07 21:55:16 +01:00
..
async.c
atom.c
change.c
class.c
clipboard.c
completion.c
console.c
debugger.c
device.c
directory.c
event.c
fd.c
file.c
file.h
handle.c
handle.h
hook.c
mach.c
mailslot.c
main.c
Makefile.in
mapping.c
mutex.c
named_pipe.c
object.c
object.h
process.c
process.h
procfs.c
protocol.def
ptrace.c
queue.c
region.c
registry.c
request.c
request.h
security.h
semaphore.c
serial.c
signal.c
sock.c
symlink.c
thread.c server: FreeBSD 14-CURRENT's sched_setaffinity() needs _WITH_CPU_SET_T defined. 2021-12-07 21:55:16 +01:00
thread.h
timer.c
token.c
trace.c
unicode.c
unicode.h
user.c
user.h
window.c
wineserver.de.UTF-8.man.in
wineserver.fr.UTF-8.man.in
wineserver.man.in
winstation.c