[PATCH] Fix <bits/libio-ldbl.h>
Jakub Jelinek
jakub@redhat.com
Wed Feb 1 16:34:00 GMT 2006
Hi!
While _IO_vfscanf and _IO_vfprintf are 1) exported from libc 2) prototyped
in libio.h, the latter two are guarded with
#if defined _LIBC || defined _GLIBCPP_USE_WCHAR_T
and not exported.
2006-02-01 Jakub Jelinek <jakub@redhat.com>
* libio/bits/libio-ldbl.h (_IO_vfwscanf, _IO_vfwprintf): Remove
__LDBL_REDIR_DECL.
--- libc/libio/bits/libio-ldbl.h.jj 2006-01-14 13:09:48.000000000 +0100
+++ libc/libio/bits/libio-ldbl.h 2006-02-01 17:30:32.000000000 +0100
@@ -23,5 +23,3 @@
__LDBL_REDIR_DECL (_IO_vfscanf)
__LDBL_REDIR_DECL (_IO_vfprintf)
-__LDBL_REDIR_DECL (_IO_vfwscanf)
-__LDBL_REDIR_DECL (_IO_vfwprintf)
Jakub
More information about the Libc-hacker
mailing list