aboutsummaryrefslogtreecommitdiff
path: root/include/libiberty.h
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2002-11-22 21:02:07 +0000
committerDJ Delorie <dj@redhat.com>2002-11-22 21:02:07 +0000
commitaa1ad0633bbd56a171918be571c34f386a5fe2bd (patch)
tree4c3bebf118d17ba3c5de6e60c6dbb6517439cf24 /include/libiberty.h
parenta0d3c309e4e9ea6aab9b058c2e3c68b8deff9c71 (diff)
downloadnewlib-aa1ad0633bbd56a171918be571c34f386a5fe2bd.zip
newlib-aa1ad0633bbd56a171918be571c34f386a5fe2bd.tar.gz
newlib-aa1ad0633bbd56a171918be571c34f386a5fe2bd.tar.bz2
merge from gcc
Diffstat (limited to 'include/libiberty.h')
-rw-r--r--include/libiberty.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/libiberty.h b/include/libiberty.h
index 983fd96..c02e035 100644
--- a/include/libiberty.h
+++ b/include/libiberty.h
@@ -145,6 +145,12 @@ extern char * getpwd PARAMS ((void));
extern long get_run_time PARAMS ((void));
+/* Generate a relocated path to some installation directory. Allocates
+ return value using malloc. */
+
+extern char *make_relative_prefix PARAMS ((const char *, const char *,
+ const char *));
+
/* Choose a temporary directory to use for scratch files. */
extern char *choose_temp_base PARAMS ((void)) ATTRIBUTE_MALLOC;