CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2020/03/13 03:25:21

Modified files:
        sys/kern       : init_main.c kern_exit.c kern_sig.c 
        sys/sys        : signalvar.h 

Log message:
Rename "sigacts" flag field to avoid conflict with the "process" one.

This shows that atomic_* operations should not be necessery to write
to this field unlike with the process one.

The advantage of using a somewhat-unique prefix for struct member is
moot when multiple definitions use the same prefix :o)

>From Amit Kulkarni, ok claudio@

Reply via email to