Make sure RETSIGTYPE is properly defined

This commit is contained in:
Yang Tse
2006-11-25 01:02:52 +00:00
parent a634f64400
commit a46f55b9de
11 changed files with 79 additions and 11 deletions

View File

@@ -140,5 +140,14 @@ typedef int sig_atomic_t;
#endif
/*
* Default return type for signal handlers.
*/
#ifndef RETSIGTYPE
#define RETSIGTYPE void
#endif
#endif /* __SETUP_ONCE_H */