Changeset 2165 for trunk


Ignore:
Timestamp:
Jul 3, 2005, 3:33:54 AM (20 years ago)
Author:
bird
Message:

Fixed a warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/sys/dirent.h

    • Property cvs2svn:cvs-rev changed from 1.4 to 1.5
    r2164 r2165  
    9191};
    9292
    93 #if __USE_GNU
     93#if defined(__USE_GNU) && __USE_GNU
    9494/* Macros GNU GLIBC defines for accessing the d_namelen variable correctly. */
    9595#define _D_EXACT_NAMLEN(pdir)   ( (pdir)->d_namlen )
Note: See TracChangeset for help on using the changeset viewer.