git: Add <sys/_siginfo.h> to provide the definitions of siginfo_t and sigval.

Sascha Wildner swildner at crater.dragonflybsd.org
Fri Nov 15 08:24:07 PST 2019


commit 27622b7390f758134ba27f6ed937ad22ae52435e
Author: Sascha Wildner <saw at online.de>
Date:   Fri Nov 15 17:23:40 2019 +0100

    Add <sys/_siginfo.h> to provide the definitions of siginfo_t and sigval.
    
    They will be shared between <signal.h> and <sys/wait.h>.

Summary of changes:
 sys/sys/_siginfo.h | 142 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 sys/sys/signal.h   | 102 +-------------------------------------
 2 files changed, 144 insertions(+), 100 deletions(-)
 create mode 100644 sys/sys/_siginfo.h

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/27622b7390f758134ba27f6ed937ad22ae52435e


-- 
DragonFly BSD source repository



More information about the Commits mailing list