1
0
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:
Yang Tse
2006-11-25 01:02:52 +00:00
parent 286eafac7b
commit 65fc05826e
4 changed files with 35 additions and 1 deletions

View File

@ -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 */