]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Get sigcontext via <signal.h> instead.
authorUlrich Drepper <drepper@redhat.com>
Sat, 21 Jun 1997 01:13:01 +0000 (01:13 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 21 Jun 1997 01:13:01 +0000 (01:13 +0000)
sysdeps/unix/sysv/linux/arm/profil-counter.h

index a915da7788f61cb662d0dd14eb01c523b0e8ae8c..802cbd5d63d54ddb148d7fda44fba9abdd50e5ae 100644 (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)