DragonFly commits List (threaded) for 2009-03
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
DragonFly-2.3.0.377.gf6e73 master sys/kern kern_fork.c sys/sys signal2.h
commit f6e7386001beb648ba68734df1fbb72c2c1d2375
Author: Simon Schubert <corecode@dragonflybsd.org>
Date: Sat Mar 7 19:35:10 2009 +0100
signals: rename CURSIGNB to CURSIG_NOBLOCK and unify implementation
CURSIG() is defined as __cursig() and CURSIGNB() as __cursignb().
However both __cursig() and __cursignb() do almost the same thing, so
consolidate the code into one function.
Summary of changes:
sys/kern/kern_fork.c | 2 +-
sys/sys/signal2.h | 42 +++++++++++++++++++++---------------------
2 files changed, 22 insertions(+), 22 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f6e7386001beb648ba68734df1fbb72c2c1d2375
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]