diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-03-10 15:26:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-03-10 15:26:57 +0000 |
commit | a99e59d771c05c039cdd35f3bc77929932a33d29 (patch) | |
tree | 0ccbdb7e3b5300220f80e84b56a279d17b7c4c7a /elf/sprof.c | |
parent | 686f8c9daf0ee99cf24894747987376577efa612 (diff) | |
download | glibc-a99e59d771c05c039cdd35f3bc77929932a33d29.tar glibc-a99e59d771c05c039cdd35f3bc77929932a33d29.tar.gz glibc-a99e59d771c05c039cdd35f3bc77929932a33d29.tar.bz2 glibc-a99e59d771c05c039cdd35f3bc77929932a33d29.zip |
* include/stdio.h (fmemopen): Add libc_hidden_proto.
* libio/fmemopen.c (fmemopen): Add libc_hidden_def.
* elf/sprof.c: Avoid warning about multi-line comment.
Diffstat (limited to 'elf/sprof.c')
-rw-r--r-- | elf/sprof.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/sprof.c b/elf/sprof.c index ad723f3416..fd4ffaeaba 100644 --- a/elf/sprof.c +++ b/elf/sprof.c @@ -87,7 +87,7 @@ static const struct argp_option options[] = /* Short description of program. */ static const char doc[] = N_("Read and display shared object profiling data."); -//For bug reporting instructions, please see:\n \ +//For bug reporting instructions, please see:\n //<http://www.gnu.org/software/libc/bugs.html>.\n"); /* Strings for arguments in help texts. */ |