Searched hist:114023 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/compat/linux/
H A Dlinux_signal.cdiff 114023 Fri Apr 25 17:26:18 MDT 2003 jhb Use a switch to convert the Linux sigprocmask flags to the equivalent
FreeBSD flags instead of just adding one to the Linux flags. This should
be identical to the previous version except that I have at least one report
of this patch fixing problems people were having with Linux apps after my
last commit to this file. It is safer to use the switch then to make
assumptions about the flag values anyways, esp. since we currently use
MD defines for the values of the flags and this is MI code.

Tested by: Michael Class <michael_class@gmx.net>

Completed in 154 milliseconds