Changeset 2135 for trunk/src/libctests/glibc/posix/bug-glob2.c
- Timestamp:
- Jul 1, 2005, 6:20:01 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libctests/glibc/posix/bug-glob2.c
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r2134 r2135 23 23 #include <dirent.h> 24 24 #include <glob.h> 25 #ifdef HAVE_MCHECK_H26 25 #include <mcheck.h> 27 #endif28 26 #include <stdlib.h> 29 27 #include <stdio.h> … … 270 268 do_test (void) 271 269 { 272 #ifdef HAVE_MCHECK_H273 270 mtrace (); 274 #endif275 271 276 272 glob_t gl; … … 299 295 globfree (&gl); 300 296 301 #ifdef HAVE_MCHECK_H302 297 muntrace (); 303 #endif304 298 305 299 return 0; -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.