Changeset 2135 for trunk/src/libctests/glibc/resolv/tst-leaks.c
- Timestamp:
- Jul 1, 2005, 6:20:01 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libctests/glibc/resolv/tst-leaks.c
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r2134 r2135 21 21 #include <arpa/nameser.h> 22 22 #include <resolv.h> 23 #ifdef HAVE_MCHECK_H24 23 #include <mcheck.h> 25 #endif26 24 27 25 /* Prototype for our test function. */ … … 37 35 unsigned char buf[256]; 38 36 39 #ifdef HAVE_MCHECK_H40 37 mtrace(); 41 #endif42 38 43 39 /* This will allocate some memory, which should be automatically -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.