aboutsummaryrefslogtreecommitdiff
path: root/README-linux
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2012-03-02 16:23:23 -0800
committerJeff Brown <jeffbrown@google.com>2012-03-05 13:45:44 -0800
commitf76f96e20f766e6bb91593885b1e800f8bc14a52 (patch)
treeb7665c50730984824850895eec78e33457486e93 /README-linux
parentc9fd2e5ef7d002e12e7cf2512506c84a9414b0fd (diff)
downloadstrace-f76f96e20f766e6bb91593885b1e800f8bc14a52.tar.gz
This change also fixes the system call numbers for ARM. Previously, the ARM port had been hacked to use the system call numbers for SH, which were only partially correct and often wildly inaccurate. Refer to Android.patch for the Android-specific changes. Change-Id: I5bba77591ef40f78a1b146c8831c05f1d7a3df94
Diffstat (limited to 'README-linux')
-rw-r--r--README-linux3
1 files changed, 1 insertions, 2 deletions
diff --git a/README-linux b/README-linux
index e2f977967..62df25851 100644
--- a/README-linux
+++ b/README-linux
@@ -7,7 +7,7 @@ If you want to compile strace on a Linux system please make sure that
you use recent kernel headers. Strace needs those to get the proper data
structures and constatns used by the kernel, since these can be
different from the structures that the C library uses. Currently you
-will need at least a 2.2.7 or newer kernel.
+will need at least a 2.2.7 or newer kernel.
To complicate things a bit further strace might not compile if you are
using development kernels. These tend to have headers that conflict with
@@ -29,4 +29,3 @@ There are three ways to compile strace with other kernel headers:
* you can link /usr/include/linux and /usr/include/asm to the
corresponding directories in your kernel source-tree.
-