aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2005-03-01 14:33:00 +0000
committerDJ Delorie <dj@redhat.com>2005-03-01 14:33:00 +0000
commit190eb1370b7b7e8f608294d3b03d315a70761601 (patch)
tree37806f8b633b53cbe07602bf75339f97c66df14a /include
parentc7f17d462ad0bfb2000a471df97af0b2f5023081 (diff)
downloadfsf-binutils-gdb-190eb1370b7b7e8f608294d3b03d315a70761601.zip
fsf-binutils-gdb-190eb1370b7b7e8f608294d3b03d315a70761601.tar.gz
fsf-binutils-gdb-190eb1370b7b7e8f608294d3b03d315a70761601.tar.bz2
merge from gcc
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog4
-rw-r--r--include/libiberty.h4
2 files changed, 8 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 90e1d6f..d45c62a 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,7 @@
+2005-03-01 Jan Beulich <jbeulich@novell.com>
+
+ * libiberty.h: Declare unlink_if_ordinary.
+
2005-02-21 Alan Modra <amodra@bigpond.net.au>
* xtensa-isa-internal.h (xtensa_length_decode_fn): Warning fix.
diff --git a/include/libiberty.h b/include/libiberty.h
index c9f480a..4df8140 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));