mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 22:35:10 +00:00
Remove use of RETSIGTYPE; all modern systems have signal handlers that
return void.
This commit is contained in:
@@ -52,6 +52,6 @@ void audit_failure(char **, char const * const, ...);
|
||||
void log_allowed(int);
|
||||
void log_denial(int, int);
|
||||
void log_error(int flags, const char *fmt, ...) __printflike(2, 3);
|
||||
RETSIGTYPE reapchild(int);
|
||||
void reapchild(int);
|
||||
|
||||
#endif /* _LOGGING_H */
|
||||
|
Reference in New Issue
Block a user