diff options
author | Jakub Jelinek <jakub@redhat.com> | 2009-03-10 19:34:45 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2009-03-10 19:34:45 +0000 |
commit | d4c583b4466962a9d9d4ca54ab6108dc7b42cdcc (patch) | |
tree | 0c0ae0f76861d31a4fa7e351d88b6539364cf9e8 /libio | |
parent | 5c1d419918b3637170da9a5592049048aaf0ee49 (diff) | |
download | glibc-d4c583b4466962a9d9d4ca54ab6108dc7b42cdcc.tar glibc-d4c583b4466962a9d9d4ca54ab6108dc7b42cdcc.tar.gz glibc-d4c583b4466962a9d9d4ca54ab6108dc7b42cdcc.tar.bz2 glibc-d4c583b4466962a9d9d4ca54ab6108dc7b42cdcc.zip |
Updated to fedora-glibc-20090310T1925cvs/fedora-glibc-2_9_90-10
Diffstat (limited to 'libio')
-rw-r--r-- | libio/fmemopen.c | 4 |
1 files changed, 3 insertions, 1 deletions
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) |