diff options
author | DJ Delorie <dj@redhat.com> | 2010-10-06 23:01:30 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2010-10-06 23:01:30 +0000 |
commit | 9711ae4d9fb353051cbce8d4f72ce25bdf988f74 (patch) | |
tree | 84dde83f5042262f2c4471750a0142eb633e9d0f /libiberty/functions.texi | |
parent | b98aa77cb421596fe1a8cc61737bffd021f282ea (diff) | |
download | gdb-9711ae4d9fb353051cbce8d4f72ce25bdf988f74.zip gdb-9711ae4d9fb353051cbce8d4f72ce25bdf988f74.tar.gz gdb-9711ae4d9fb353051cbce8d4f72ce25bdf988f74.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/functions.texi')
-rw-r--r-- | libiberty/functions.texi | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/libiberty/functions.texi b/libiberty/functions.texi index d9fef8c..e074ba7 100644 --- a/libiberty/functions.texi +++ b/libiberty/functions.texi @@ -667,7 +667,7 @@ relative prefix can be found, return @code{NULL}. @end deftypefn -@c make-temp-file.c:168 +@c make-temp-file.c:173 @deftypefn Replacement char* make_temp_file (const char *@var{suffix}) Return a temporary file name (as a string) or @code{NULL} if unable to @@ -1146,6 +1146,14 @@ environment. This implementation is not safe for multithreaded code. @end deftypefn +@c setproctitle.c:30 +@deftypefn Supplemental void setproctitle(const char *@var{fmt} ...) + +Set the title of a process to @var{fmt}. va args not supported for now, +but defined for compatibility with BSD. + +@end deftypefn + @c strsignal.c:348 @deftypefn Extension int signo_max (void) |