posix: signal.h: sigevent is a struct not a typedef

A previous typo went undetected that declared a type-defined
`sigevent_t`, which is obviously incorrect, since it is only specified as
`struct sigevent`.

Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
1 file changed