Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Apr 2003 12:26:18 -0700 (PDT)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/compat/linux linux_signal.c
Message-ID:  <200304251926.h3PJQIqq047228@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@gmx.net>
  
  Revision  Changes    Path
  1.43      +14 -3     src/sys/compat/linux/linux_signal.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304251926.h3PJQIqq047228>