diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-10-23 13:41:45 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-10-23 13:41:45 +0000 |
commit | 9c962c928d252fdd11b513ab30dfef5f3410e38d (patch) | |
tree | a49d244ff56f833cedf0e3f4df67c7c8ae1bf79c | |
parent | 3e79e1949120834bb7726b664d5f7899838753b9 (diff) | |
download | glibc-9c962c928d252fdd11b513ab30dfef5f3410e38d.tar glibc-9c962c928d252fdd11b513ab30dfef5f3410e38d.tar.gz glibc-9c962c928d252fdd11b513ab30dfef5f3410e38d.tar.bz2 glibc-9c962c928d252fdd11b513ab30dfef5f3410e38d.zip |
Don't bother including <asm/ptrace.h> here.
-rw-r--r-- | sysdeps/unix/sysv/linux/arm/profil-counter.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/arm/profil-counter.h b/sysdeps/unix/sysv/linux/arm/profil-counter.h index 55a11bd76b..a1a4fc9d7f 100644 --- a/sysdeps/unix/sysv/linux/arm/profil-counter.h +++ b/sysdeps/unix/sysv/linux/arm/profil-counter.h @@ -18,7 +18,6 @@ Boston, MA 02111-1307, USA. */ #include <signal.h> -#include <asm/ptrace.h> #include <bits/armsigctx.h> void |