| commit | 0fec926941ea6ddf4fd8b7cc445a8ef8c8386e23 | [log] [tgz] |
|---|---|---|
| author | Chris Friedt <cfriedt@tenstorrent.com> | Mon Oct 13 09:14:53 2025 -0400 |
| committer | Chris Friedt <chrisfriedt@gmail.com> | Sat Oct 18 20:33:57 2025 -0400 |
| tree | 5e56ef4988e4cf934368a07eeb2e943e087cb123 | |
| parent | c606c3cdff559a721f41d35ab84a0a000fd8ee67 [diff] |
posix: signal.h: reorder where sigval and siginfo_t are declared In order to avoid warnings, declare `union sigval` ahead of `struct sigevent` and declare `siginfo_t` ahead of `struct sigaction`. Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>