]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* libiberty.h (getpwd): Prototype.
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 31 Aug 1999 00:52:57 +0000 (00:52 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 31 Aug 1999 00:52:57 +0000 (00:52 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28997 138bc75d-0d04-0410-961f-82ee72b054a4

include/ChangeLog
include/libiberty.h

index 5d213d52993cdd1844bf2e5a12e675fea5a059ec..b2468c99d2c32b05e56b039988eed890386704dd 100644 (file)
@@ -1,3 +1,7 @@
+1999-08-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * libiberty.h (getpwd): Prototype.
+
 1999-08-01  Mark Mitchell  <mark@codesourcery.com>
 
        * splay-tree.h (splay_tree_insert): Return the new node.
index cf313662ef42be870bdab23023d09506d6eb0ea3..db3b6d9cf57b6e0077365dd85dde99a998406377 100644 (file)
@@ -51,6 +51,11 @@ extern char *concat PARAMS ((const char *, ...));
 
 extern int fdmatch PARAMS ((int fd1, int fd2));
 
+/* Get the working directory.  The result is cached, so don't call
+   chdir() between calls to getpwd().  */
+
+extern char * getpwd PARAMS ((void));
+
 /* Get the amount of time the process has run, in microseconds.  */
 
 extern long get_run_time PARAMS ((void));