mirror of
https://frontier.innolan.net/rainlance/c-ares.git
synced 2025-11-22 13:55:01 +00:00
Make sure RETSIGTYPE is properly defined
This commit is contained in:
@ -133,5 +133,14 @@ typedef int sig_atomic_t;
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* Default return type for signal handlers.
|
||||
*/
|
||||
|
||||
#ifndef RETSIGTYPE
|
||||
#define RETSIGTYPE void
|
||||
#endif
|
||||
|
||||
|
||||
#endif /* __SETUP_ONCE_H */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user