merge from gcc

This commit is contained in:
DJ Delorie 2001-09-26 18:45:50 +00:00
parent 4e6667ac4f
commit 3942352316
53 changed files with 3241 additions and 350 deletions

View file

@ -1,5 +1,17 @@
/* getpwd.c - get the working directory */
/*
@deftypefn Supplemental char* getpwd ()
Returns the current working directory. This implementation caches the
result on the assumption that the process will not call @code{chdir}
between calls to @code{getpwd}.
@end deftypefn
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif