aboutsummaryrefslogtreecommitdiff
path: root/include/libiberty.h
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2003-02-20 22:13:09 +0000
committerDaniel Jacobowitz <drow@false.org>2003-02-20 22:13:09 +0000
commite2803db9374d22f7cc7bab740ebb594f76f85a7f (patch)
treed3fe4893bb739f152e280842270afaf2fc71a59e /include/libiberty.h
parentb1262a0293589a61291263eef2d35a6e007f1760 (diff)
downloadgdb-e2803db9374d22f7cc7bab740ebb594f76f85a7f.zip
gdb-e2803db9374d22f7cc7bab740ebb594f76f85a7f.tar.gz
gdb-e2803db9374d22f7cc7bab740ebb594f76f85a7f.tar.bz2
* libiberty.h (lrealpath): Add declaration.
Diffstat (limited to 'include/libiberty.h')
-rw-r--r--include/libiberty.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/libiberty.h b/include/libiberty.h
index f9916c5..0419eb1 100644
--- a/include/libiberty.h
+++ b/include/libiberty.h
@@ -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. */