merge from gcc
This commit is contained in:
parent
4e6667ac4f
commit
3942352316
53 changed files with 3241 additions and 350 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue