#
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 ...
|