diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-09-17 23:47:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-09-17 23:47:50 +0000 |
commit | f04b1e1f0f86cce932ede5b5a088c0ec4712ce34 (patch) | |
tree | d92265f86e08f4d68637bb94fff8395f96c41980 /debug/execinfo.h | |
parent | Update. (diff) | |
download | glibc-f04b1e1f0f86cce932ede5b5a088c0ec4712ce34.tar.gz glibc-f04b1e1f0f86cce932ede5b5a088c0ec4712ce34.tar.bz2 glibc-f04b1e1f0f86cce932ede5b5a088c0ec4712ce34.zip |
[BZ #390]
Update.
2004-09-18 Jakub Jelinek <jakub@redhat.com>
* sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
Do nothing if __NR_set_tid_address is not defined. [BZ #390]
2004-09-17 Ulrich Drepper <drepper@redhat.com>
* sysdeps/posix/getaddrinfo.c: Use gethostbyname3_r NSS function
in case it is available.
Diffstat (limited to 'debug/execinfo.h')
-rw-r--r-- | debug/execinfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debug/execinfo.h b/debug/execinfo.h index 0ea5f6777e..ff11c0c314 100644 --- a/debug/execinfo.h +++ b/debug/execinfo.h @@ -37,8 +37,8 @@ extern char **backtrace_symbols (void *__const *__array, int __size) /* This function is similar to backtrace_symbols() but it writes the result immediately to a file and can therefore also be used in situations where malloc() is not usable anymore. */ -extern void backtrace_symbols_fd (void *__const *__array, int __size, - int __fd) __THROW __nonnull ((1)); +extern void backtrace_symbols_fd (void *__const *__array, int __size, int __fd) + __THROW __nonnull ((1)); __END_DECLS |