Changeset 2116 for trunk/src/libctests/glibc/resolv/tst-leaks.c
- Timestamp:
- Jun 30, 2005, 5:16:59 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.1
to1.2
r2115 r2116 21 21 #include <arpa/nameser.h> 22 22 #include <resolv.h> 23 #ifdef HAVE_MCHECK_H 23 24 #include <mcheck.h> 25 #endif 24 26 25 27 /* Prototype for our test function. */ … … 35 37 unsigned char buf[256]; 36 38 39 #ifdef HAVE_MCHECK_H 37 40 mtrace(); 41 #endif 38 42 39 43 /* 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.