Loading ares/setup_once.h +11 −0 Original line number Diff line number Diff line Loading @@ -212,6 +212,17 @@ typedef int sig_atomic_t; #endif /* * Convenience SIG_ATOMIC_T definition */ #ifdef HAVE_SIG_ATOMIC_T_VOLATILE #define SIG_ATOMIC_T static sig_atomic_t #else #define SIG_ATOMIC_T static volatile sig_atomic_t #endif /* * Default return type for signal handlers. */ Loading lib/setup_once.h +11 −0 Original line number Diff line number Diff line Loading @@ -219,6 +219,17 @@ typedef int sig_atomic_t; #endif /* * Convenience SIG_ATOMIC_T definition */ #ifdef HAVE_SIG_ATOMIC_T_VOLATILE #define SIG_ATOMIC_T static sig_atomic_t #else #define SIG_ATOMIC_T static volatile sig_atomic_t #endif /* * Default return type for signal handlers. */ Loading Loading
ares/setup_once.h +11 −0 Original line number Diff line number Diff line Loading @@ -212,6 +212,17 @@ typedef int sig_atomic_t; #endif /* * Convenience SIG_ATOMIC_T definition */ #ifdef HAVE_SIG_ATOMIC_T_VOLATILE #define SIG_ATOMIC_T static sig_atomic_t #else #define SIG_ATOMIC_T static volatile sig_atomic_t #endif /* * Default return type for signal handlers. */ Loading
lib/setup_once.h +11 −0 Original line number Diff line number Diff line Loading @@ -219,6 +219,17 @@ typedef int sig_atomic_t; #endif /* * Convenience SIG_ATOMIC_T definition */ #ifdef HAVE_SIG_ATOMIC_T_VOLATILE #define SIG_ATOMIC_T static sig_atomic_t #else #define SIG_ATOMIC_T static volatile sig_atomic_t #endif /* * Default return type for signal handlers. */ Loading