Changeset 57 for trunk/src/gmake/dir.c


Ignore:
Timestamp:
Nov 23, 2003, 11:38:39 PM (22 years ago)
Author:
bird
Message:

Config & adjustments for OS/2 LIBC. dllshell.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmake/dir.c

    r53 r57  
    11971197  gl->gl_closedir = ansi_free;
    11981198  gl->gl_stat = local_stat;
     1199#ifdef __EMX__ /* The FreeBSD implemenation actually uses gl_lstat!! */
     1200  gl->gl_lstat = local_stat;
     1201#endif
    11991202  /* We don't bother setting gl_lstat, since glob never calls it.
    12001203     The slot is only there for compatibility with 4.4 BSD.  */
Note: See TracChangeset for help on using the changeset viewer.