aboutsummaryrefslogtreecommitdiff
path: root/include/libiberty.h
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2002-01-28 22:03:14 +0000
committerDJ Delorie <dj@redhat.com>2002-01-28 22:03:14 +0000
commit1d619e590dfdb0a0b0499cd9c77953f5b39c5876 (patch)
treef599f346645454415ee4af9e00890a56a1a10d05 /include/libiberty.h
parent569719c11a5fce7a219eec277783c8e50f4593bb (diff)
downloadgdb-1d619e590dfdb0a0b0499cd9c77953f5b39c5876.zip
gdb-1d619e590dfdb0a0b0499cd9c77953f5b39c5876.tar.gz
gdb-1d619e590dfdb0a0b0499cd9c77953f5b39c5876.tar.bz2
merge from gcc
Diffstat (limited to 'include/libiberty.h')
-rw-r--r--include/libiberty.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libiberty.h b/include/libiberty.h
index 455643d..3e0ca09 100644
--- a/include/libiberty.h
+++ b/include/libiberty.h
@@ -1,6 +1,6 @@
/* Function declarations for libiberty.
- Copyright 2001 Free Software Foundation, Inc.
+ Copyright 2001, 2002 Free Software Foundation, Inc.
Note - certain prototypes declared in this header file are for
functions whoes implementation copyright does not belong to the
@@ -283,7 +283,7 @@ extern int vasprintf PARAMS ((char **, const char *, va_list))
USE_C_ALLOCA yourself. The canonical autoconf macro C_ALLOCA is
also set/unset as it is often used to indicate whether code needs
to call alloca(0). */
-extern PTR C_alloca PARAMS((size_t));
+extern PTR C_alloca PARAMS ((size_t)) ATTRIBUTE_MALLOC;
#undef alloca
#if GCC_VERSION >= 2000 && !defined USE_C_ALLOCA
# define alloca(x) __builtin_alloca(x)