Commit 7b5da51d by Ian Lance Taylor

Don't catch LIBPROF in Go code.

From-SVN: r171077
parent 5133f00e
...@@ -79,9 +79,6 @@ static struct sigtab signals[] = ...@@ -79,9 +79,6 @@ static struct sigtab signals[] =
#ifdef SIGVTARLM #ifdef SIGVTARLM
{ SIGVTALRM, 1 }, { SIGVTALRM, 1 },
#endif #endif
#ifdef SIGPROF
{ SIGPROF, 1 },
#endif
#ifdef SIGWINCH #ifdef SIGWINCH
{ SIGWINCH, 1 }, { SIGWINCH, 1 },
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment