summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorWichert Akkerman <wichert@deephackmode.org>2000-04-10 22:22:31 +0000
committerWichert Akkerman <wichert@deephackmode.org>2000-04-10 22:22:31 +0000
commitc792698a99b640e7d256e8692c992bd967f0c5b2 (patch)
tree94ba5950aa4503c433438c5d6746ba2cf2145ea8 /Makefile.in
parentfaf722234dc8af97776f94fdda7e100fb60650a2 (diff)
downloadstrace-c792698a99b640e7d256e8692c992bd967f0c5b2.tar.gz
strace-c792698a99b640e7d256e8692c992bd967f0c5b2.tar.bz2
strace-c792698a99b640e7d256e8692c992bd967f0c5b2.tar.xz
README-linux: updated to note that strace might not compile
with development kernels bjm.c: sys_query_module: check if malloc succeeds system.c: sys_cap[gs]et(): check if malloc succeeds, only malloc once linux/syscallent.h: updated for 2.3.99pre3 linux/alpha/syscallent.h: updated for 2.3.99pre3, add all osf syscalls even though Linux doesn't implement them syscall.c: add global variables for MIPS registers as well syscall.c: move global variables to before get_scno since that uses them util.c: oops, misspelled defined process.c: fix ptrace calls in change_syscall mem.c: decode sys_madvise Merge patch from Topi Miettinen <Topi.Miettinen@nic.fi> + add support for quotactl, fdatasync, mlock, mlockall, munlockall & acct + small fix for RLIMIT_* and RUSAGE_BOTH + enhace support for capget and capset
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 7680104..8b070f9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -22,7 +22,7 @@ WARNFLAGS = @WARNFLAGS@
# OS is one of `linux', `sunos4', or `svr4'.
OS = @opsys@
-# ARCH is one of `i386', `m68k', `sparc', `arm' or `mips'.
+# ARCH is one of `i386', `m68k', `sparc', `arm', `mips' or `ia64'.
ARCH = @arch@
# OSARCH is OS/ARCH if it exists, otherwise just OS.
OSARCH = @osarch@