Skip to content
Snippets Groups Projects
Commit 8115bd1b authored by Brad King's avatar Brad King
Browse files

SystemInformation: Pass extern "C" functions to sigaction

Cast StacktraceSignalHandler to extern "C" to avoid the warning:

 SystemInformation.cxx, line 3048: Warning (Anachronism): Assigning
  void(*)(int,siginfo*,void*) to extern "C" void(*)(int,siginfo*,void*)

on the Sun compiler.

Change-Id: I8f8ac99656bc8ee6f604ea69c415a093699ca86d
parent 4f4dd224
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment