mirror of
https://github.com/curl/curl.git
synced 2026-08-26 21:24:08 +03:00
Make sure RETSIGTYPE is properly defined
This commit is contained in:
parent
a634f64400
commit
a46f55b9de
11 changed files with 79 additions and 11 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue