aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJuan Cespedes <cespedes@debian.org>1999-12-23 00:20:31 +0100
committerJuan Cespedes <cespedes@debian.org>1999-12-23 00:20:31 +0100
commit9efdbb7fe77c7723fb467802ed0123d6c0fcd4c4 (patch)
tree38f70a5ba4d7e3fc03ba04028b875b6aa878e11b /etc
parent1b9cfd6ad305ad909e8ff17139111a7c78f01464 (diff)
downloadltrace-9efdbb7fe77c7723fb467802ed0123d6c0fcd4c4.tar.gz
Version: 0.3.9
* New Standards-Version (3.1.1) * Fixed Lintian bugs
Diffstat (limited to 'etc')
-rw-r--r--etc/ltrace.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/ltrace.conf b/etc/ltrace.conf
index 87f7a98..3f79c56 100644
--- a/etc/ltrace.conf
+++ b/etc/ltrace.conf
@@ -136,6 +136,7 @@ void qsort(addr,uint,uint,addr);
int random(void);
addr realloc(addr,uint);
void srandom(uint);
+int system(string);
; string.h
void bcopy(addr,addr,int);