Changeset 46 for trunk/src/gcc/libiberty
- Timestamp:
- Apr 28, 2003, 6:47:23 PM (22 years ago)
- Location:
- trunk/src/gcc/libiberty
- Files:
-
- 2 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
-
trunk/src/gcc/libiberty/pexecute.c
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r45 r46 485 485 486 486 /* This is for non-EMX OS/2 port (is it floating around anyway?) */ 487 /* ??? Does OS2 have process.h? */ 487 488 extern int spawnv (); 488 489 extern int spawnvp (); … … 790 791 } 791 792 792 #endif /* ! __MSDOS__ && ! OS2 && ! MPW && ! (_WIN32 && ! _UWIN) && ! && !__EMX__ */793 #endif /* ! __MSDOS__ && ! OS2 && ! MPW && ! (_WIN32 && ! _UWIN) && ! __EMX__ */ 793 794 794 795 #ifdef __EMX__ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.