aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorSteve Fink <sphink@gmail.com>2006-08-07 04:50:42 +0200
committerIan Wienand <ianw@debian.org>2006-08-07 04:50:42 +0200
commit7bafff09cc66e23519512a54e2d1ebd3664a1a70 (patch)
tree6c87264dc143e999528de2caa54f1ad35b9a7e50 /etc
parent6b17583208a9297a2e2054422399ec3265e38f8b (diff)
downloadltrace-7bafff09cc66e23519512a54e2d1ebd3664a1a70.tar.gz
pass values instead of argument numbers to fetch
Diffstat (limited to 'etc')
-rw-r--r--etc/ltrace.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/ltrace.conf b/etc/ltrace.conf
index 50a41eb..547a125 100644
--- a/etc/ltrace.conf
+++ b/etc/ltrace.conf
@@ -23,6 +23,7 @@
; string[arg0] == (char *) [same as string[retval]]
; string[N] == (char *) [N>0] [show only up to N bytes]
; ignore == (any) [ignore arg, output blank]
+; type* == (type *) [pointer to any other type]
; Backwards-compatibility:
; string0 == (char *) [same as string[retval]]
@@ -77,7 +78,7 @@ int open64(string,int,octal); ; WARNING: 3rd argument may not be there
int fnmatch(string, string, int);
; getopt.h
-int getopt_long(int,addr,string,addr,addr);
+int getopt_long(int,addr,string,addr,int*);
int getopt_long_only(int,addr,string,addr,addr);
; grp.h