Changeset 46 for trunk/src/gcc/libiberty/getpwd.c
- Timestamp:
- Apr 28, 2003, 6:47:23 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gcc/libiberty/getpwd.c
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r45 r46 105 105 } 106 106 107 #else /* VMS || _WIN32 && !__CYGWIN__ */107 #else /* VMS || _WIN32 && !__CYGWIN__ || __EMX__ */ 108 108 109 109 #ifndef MAXPATHLEN … … 125 125 } 126 126 127 #endif /* VMS || _WIN32 && !__CYGWIN__ */127 #endif /* VMS || _WIN32 && !__CYGWIN__ || __EMX__ */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.