From a99e59d771c05c039cdd35f3bc77929932a33d29 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 10 Mar 2009 15:26:57 +0000 Subject: * 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. --- libio/fmemopen.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libio') diff --git a/libio/fmemopen.c b/libio/fmemopen.c index b618ce585d..d3750fc7de 100644 --- a/libio/fmemopen.c +++ b/libio/fmemopen.c @@ -1,5 +1,6 @@ /* Fmemopen implementation. - Copyright (C) 2000, 2002, 2005, 2006, 2008 Free Software Foundation, Inc. + Copyright (C) 2000, 2002, 2005, 2006, 2008, 2009 + Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Hanno Mueller, kontakt@hanno.de, 2000. @@ -258,3 +259,4 @@ fmemopen (void *buf, size_t len, const char *mode) return _IO_fopencookie (c, mode, iof); } +libc_hidden_def (fmemopen) -- cgit v1.2.3-65-gdbad