Changeset 609 for branches/GNU/src/binutils/libiberty/getpwd.c
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/libiberty/getpwd.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 1 1 /* getpwd.c - get the working directory */ 2 3 /* 4 5 @deftypefn Supplemental char* getpwd (void) 6 7 Returns the current working directory. This implementation caches the 8 result on the assumption that the process will not call @code{chdir} 9 between calls to @code{getpwd}. 10 11 @end deftypefn 12 13 */ 2 14 3 15 #ifdef HAVE_CONFIG_H -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.