Changeset 2269


Ignore:
Timestamp:
Jul 21, 2005, 11:10:25 PM (20 years ago)
Author:
bird
Message:

Fixed USE_GNU tests in ftw.h and sys/dirent.h.

Location:
trunk/src/emx
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/ChangeLog.LIBC

    • Property cvs2svn:cvs-rev changed from 1.110 to 1.111
    r2268 r2269  
    66    - libc:
    77        o unistd.h prototype of encrypt() shall return void not int.
     8        o Fixed __USE_GNU tests in ftw.h and sys/dirent.h.
    89
    9102005-07-17: knut st. osmundsen <bird-gccos2-spam@anduin.net>
  • trunk/src/emx/include/ftw.h

    • Property cvs2svn:cvs-rev changed from 1.4 to 1.5
    r2268 r2269  
    5353#define FTW_CHDIR       0x08    /* Change to a directory before reading it. */
    5454
    55 #if defined(__USE_GNU) && __USE_GNU
     55#ifdef __USE_GNU
    5656/*
    5757 * Unfortunately we don't implement the FTW_SKIP_SUBTREE, FTW_SKIP_SIBLINGS
  • trunk/src/emx/include/sys/dirent.h

    • Property cvs2svn:cvs-rev changed from 1.5 to 1.6
    r2268 r2269  
    9191};
    9292
    93 #if defined(__USE_GNU) && __USE_GNU
     93#ifdef __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.