* libiberty.h (lrealpath): Add declaration.
authorDaniel Jacobowitz <drow@mvista.com>
Thu, 20 Feb 2003 22:10:40 +0000 (22:10 +0000)
committerDaniel Jacobowitz <drow@gcc.gnu.org>
Thu, 20 Feb 2003 22:10:40 +0000 (22:10 +0000)
From-SVN: r63185

include/ChangeLog
include/libiberty.h

index 17519e0287b1733b70ff8021b1df0a538c8a5d71..9724e6a724e6714b28e65d16a50d4f0131846e83 100644 (file)
@@ -1,3 +1,7 @@
+2003-02-20  Daniel Jacobowitz  <drow@mvista.com>
+
+       * libiberty.h (lrealpath): Add declaration.
+
 2003-01-26  Daniel Jacobowitz  <drow@mvista.com>
 
        * hashtab.h (htab_alloc_with_arg, htab_free_with_arg): Add new types.
index f9916c58c7382ec58dfd76601529cad73ea621e2..0419eb1aa43636c47ca8fd02a8cf884307f7e33e 100644 (file)
@@ -85,6 +85,10 @@ extern char *basename ();
 
 extern const char *lbasename PARAMS ((const char *));
 
+/* A well-defined realpath () that is always compiled in.  */
+
+extern char *lrealpath PARAMS ((const char *));
+
 /* Concatenate an arbitrary number of strings.  You must pass NULL as
    the last argument of this function, to terminate the list of
    strings.  Allocates memory using xmalloc.  */