Ignore:
Timestamp:
Aug 17, 2003, 3:49:56 AM (22 years ago)
Author:
bird
Message:

#597: OS/2 EMX config/hacks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/binutils/libiberty/getpwd.c

    • Property cvs2svn:cvs-rev changed from 1.1.1.2 to 1.2
    r625 r626  
    5757#endif
    5858
    59 #if !(defined (VMS) || (defined(_WIN32) && !defined(__CYGWIN__)))
     59#if !(defined (VMS) || (defined(_WIN32) && !defined(__CYGWIN__)) || defined(__EMX__))
    6060
    6161/* Get the working directory.  Use the PWD environment variable if it's
     
    105105}
    106106
    107 #else   /* VMS || _WIN32 && !__CYGWIN__ */
     107#else   /* VMS || _WIN32 && !__CYGWIN__ || __EMX__ */
    108108
    109109#ifndef MAXPATHLEN
     
    125125}
    126126
    127 #endif  /* VMS || _WIN32 && !__CYGWIN__ */
     127#endif  /* VMS || _WIN32 && !__CYGWIN__ || __EMX__ */
Note: See TracChangeset for help on using the changeset viewer.