Don't catch LIBPROF in Go code.
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 Mar 2011 23:18:40 +0000 (23:18 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 Mar 2011 23:18:40 +0000 (23:18 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171077 138bc75d-0d04-0410-961f-82ee72b054a4

libgo/runtime/go-signal.c

index 3838ab9..8898f84 100644 (file)
@@ -79,9 +79,6 @@ static struct sigtab signals[] =
 #ifdef SIGVTARLM
   { SIGVTALRM, 1 },
 #endif
-#ifdef SIGPROF
-  { SIGPROF, 1 },
-#endif
 #ifdef SIGWINCH
   { SIGWINCH, 1 },
 #endif