cvs commit: src/sys/compat/linux linux_signal.c

John Baldwin jhb at FreeBSD.org
Fri Apr 25 12:26:22 PDT 2003


jhb         2003/04/25 12:26:18 PDT

  FreeBSD src repository

  Modified files:
    sys/compat/linux     linux_signal.c 
  Log:
  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 at gmx.net>
  
  Revision  Changes    Path
  1.43      +14 -3     src/sys/compat/linux/linux_signal.c


More information about the cvs-src mailing list