DragonFly-2.3.0.377.gf6e73 master sys/kern kern_fork.c sys/sys signal2.h

Simon Schubert corecode at crater.dragonflybsd.org
Mon Mar 9 10:13:28 PDT 2009


commit f6e7386001beb648ba68734df1fbb72c2c1d2375
Author: Simon Schubert <corecode at 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





More information about the Commits mailing list