Ignore:
Timestamp:
Jul 1, 2005, 6:20:01 AM (20 years ago)
Author:
bird
Message:

libc adjustments / config.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libctests/glibc/posix/bug-glob2.c

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r2134 r2135  
    2323#include <dirent.h>
    2424#include <glob.h>
    25 #ifdef HAVE_MCHECK_H
    2625#include <mcheck.h>
    27 #endif
    2826#include <stdlib.h>
    2927#include <stdio.h>
     
    270268do_test (void)
    271269{
    272 #ifdef HAVE_MCHECK_H
    273270  mtrace ();
    274 #endif
    275271
    276272  glob_t gl;
     
    299295  globfree (&gl);
    300296
    301 #ifdef HAVE_MCHECK_H
    302297  muntrace ();
    303 #endif
    304298
    305299  return 0;
Note: See TracChangeset for help on using the changeset viewer.