Get sigcontext via <signal.h> instead.

This commit is contained in:
Ulrich Drepper 1997-06-21 01:13:01 +00:00
parent 980b25cae4
commit fdad844df4

View File

@ -17,7 +17,7 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include <sigcontext.h>
#include <signal.h>
void
profil_counter (int signo, struct sigcontext sc)