merge from gcc

This commit is contained in:
DJ Delorie
2010-10-06 23:01:30 +00:00
parent b98aa77cb4
commit 9711ae4d9f
9 changed files with 136 additions and 13 deletions

View File

@ -634,6 +634,9 @@ extern int vsnprintf (char *, size_t, const char *, va_list) ATTRIBUTE_PRINTF(3,
extern int strverscmp (const char *, const char *);
#endif
/* Set the title of a process */
extern void setproctitle (const char *name, ...);
#define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0]))
/* Drastically simplified alloca configurator. If we're using GCC,