You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
posix: signal.h: always pull in time_t definition from libc
Avoid redefining `time_t` by always including the definition from
`<time.h>`, since the C library may use something other than `long`.
This is still safe according to the specification, since it explicitly
states:
> Inclusion of the <signal.h> header may make visible all symbols from
> the <time.h> header.
For more information, please see
https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html
Signed-off-by: Chris Friedt <[email protected]>
0 commit comments