summaryrefslogtreecommitdiff
path: root/debug/backtracesymsfd.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2016-10-09 19:22:34 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2016-10-09 19:22:34 +0200
commitdaa262720d3dc357a298b18a359551994082c9b3 (patch)
treee3b3a0538749c430ee1b6f854214c9261d55a5b8 /debug/backtracesymsfd.c
parentd014708ad0bc9f5b20f6b552b6e3222ef10cb0ac (diff)
parent7bb5f8a836b916d6ebf7b6921b136e99cea2442d (diff)
Merge commit 'refs/top-bases/t/bits_atomic.h_multiple_threads' into t/bits_atomic.h_multiple_threads
Diffstat (limited to 'debug/backtracesymsfd.c')
-rw-r--r--debug/backtracesymsfd.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/debug/backtracesymsfd.c b/debug/backtracesymsfd.c
index c554dfe9be..9c58f80745 100644
--- a/debug/backtracesymsfd.c
+++ b/debug/backtracesymsfd.c
@@ -1,5 +1,5 @@
/* Write formatted list with names for addresses in backtrace to a file.
- Copyright (C) 1998-2015 Free Software Foundation, Inc.
+ Copyright (C) 1998-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
@@ -33,10 +33,7 @@
void
-__backtrace_symbols_fd (array, size, fd)
- void *const *array;
- int size;
- int fd;
+__backtrace_symbols_fd (void *const *array, int size, int fd)
{
struct iovec iov[9];
int cnt;