Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2005-03-01 17:32:34 +0300
committerDJ Delorie <dj@redhat.com>2005-03-01 17:32:34 +0300
commit45b5f172a92eb2ca31b29bdc14761d9a18378bab (patch)
treefbee536a39a3d089ad470da7f426d112a9027900 /include/libiberty.h
parent4717214c201b6d54b7c58d1fedf6e88c5336f55c (diff)
merge from gcc
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 c9f480aaf..4df814092 100644
--- a/include/libiberty.h
+++ b/include/libiberty.h
@@ -163,6 +163,10 @@ extern char *choose_temp_base PARAMS ((void)) ATTRIBUTE_MALLOC;
extern char *make_temp_file PARAMS ((const char *)) ATTRIBUTE_MALLOC;
+/* Remove a link to a file unless it is special. */
+
+extern int unlink_if_ordinary PARAMS((const char *));
+
/* Allocate memory filled with spaces. Allocates using malloc. */
extern const char *spaces PARAMS ((int count));