diff options
author | DJ Delorie <dj@redhat.com> | 2010-10-06 23:01:23 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2010-10-06 23:01:23 +0000 |
commit | ca11a4f34f763483b1f18b6e7147272af9f8f697 (patch) | |
tree | e1f933c0a09bb506a11bb3dda29faad6a7abde2b /include/libiberty.h | |
parent | 3748b3e8e761d1761b65d39be425d40f644b945a (diff) | |
download | cygnal-ca11a4f34f763483b1f18b6e7147272af9f8f697.tar.gz cygnal-ca11a4f34f763483b1f18b6e7147272af9f8f697.tar.bz2 cygnal-ca11a4f34f763483b1f18b6e7147272af9f8f697.zip |
merge from gcc
Diffstat (limited to 'include/libiberty.h')
-rw-r--r-- | include/libiberty.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libiberty.h b/include/libiberty.h index b320b18e9..f54ca18ca 100644 --- a/include/libiberty.h +++ b/include/libiberty.h @@ -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, |