- f619bd3c1ab57586b7ed6010db09cdaf8a6882f9 Fix comment typos in strings/numbers.h . by Daniel Katz <katzdm@google.com>
- 1f7096d96dcf2a75ba13c210b709432165a05963 Internal namespace change by Gennadiy Rozental <rogeeff@google.com> - ac2911b3047a79a1fc8bbcdd3f3cb24b02ab0054 Fixing -Wunused-function warning in failure_signal_handler. by Abseil Team <absl-team@google.com> GitOrigin-RevId: f619bd3c1ab57586b7ed6010db09cdaf8a6882f9 Change-Id: Ib09117eacfcb40ad25b216dbe8dcc9b8f1a0df6c
This commit is contained in:
parent
59ae4d5a0e
commit
3e671c7821
2 changed files with 24 additions and 16 deletions
|
@ -158,6 +158,8 @@ static bool SetupAlternateStackOnce() {
|
|||
|
||||
#endif
|
||||
|
||||
#ifdef ABSL_HAVE_SIGACTION
|
||||
|
||||
// Sets up an alternate stack for signal handlers once.
|
||||
// Returns the appropriate flag for sig_action.sa_flags
|
||||
// if the system supports using an alternate stack.
|
||||
|
@ -170,8 +172,6 @@ static int MaybeSetupAlternateStack() {
|
|||
#endif
|
||||
}
|
||||
|
||||
#ifdef ABSL_HAVE_SIGACTION
|
||||
|
||||
static void InstallOneFailureHandler(FailureSignalData* data,
|
||||
void (*handler)(int, siginfo_t*, void*)) {
|
||||
struct sigaction act;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue