History log of /dflybsd-src/sys/sys/_siginfo.h (Results 1 – 2 of 2)
Revision Date Author Comments
# 33346040 16-Nov-2019 Sascha Wildner <saw@online.de>

<signal.h>/<sys/_siginfo.h>: Some fixes after my recent commits.

* In <sys/_siginfo.h>, include just <machine/stdint.h>. No more is
needed.

* In <signal.h>, continue to use struct __siginfo in st

<signal.h>/<sys/_siginfo.h>: Some fixes after my recent commits.

* In <sys/_siginfo.h>, include just <machine/stdint.h>. No more is
needed.

* In <signal.h>, continue to use struct __siginfo in struct sigaction,
primarily to deal with the case where __POSIX_VISIBLE is <199309,
of which for example graphics/png is one.

Reported-by: zrj

show more ...


# 27622b73 15-Nov-2019 Sascha Wildner <saw@online.de>

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

They will be shared between <signal.h> and <sys/wait.h>.