aboutsummaryrefslogtreecommitdiff
path: root/include/libiberty.h
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2011-07-22 14:37:51 +0000
committerDJ Delorie <dj@redhat.com>2011-07-22 14:37:51 +0000
commita2b52d6b297c6f2633ff6403e74be70edce382ee (patch)
treeb942ecea98d1eaeba90a8d1e4f6da5280f4fa62d /include/libiberty.h
parente9b5cc32f7f6fbd46ee06e528085979b5bf1e737 (diff)
downloadnewlib-a2b52d6b297c6f2633ff6403e74be70edce382ee.zip
newlib-a2b52d6b297c6f2633ff6403e74be70edce382ee.tar.gz
newlib-a2b52d6b297c6f2633ff6403e74be70edce382ee.tar.bz2
merge from gcc
Diffstat (limited to 'include/libiberty.h')
-rw-r--r--include/libiberty.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/libiberty.h b/include/libiberty.h
index 1cc7250..32eb83a 100644
--- a/include/libiberty.h
+++ b/include/libiberty.h
@@ -1,7 +1,7 @@
/* Function declarations for libiberty.
Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
- 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+ 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
Note - certain prototypes declared in this header file are for
functions whoes implementation copyright does not belong to the
@@ -637,6 +637,9 @@ extern int strverscmp (const char *, const char *);
/* Set the title of a process */
extern void setproctitle (const char *name, ...);
+/* Increase stack limit if possible. */
+extern void stack_limit_increase (unsigned long);
+
#define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0]))
/* Drastically simplified alloca configurator. If we're using GCC,