This is the mail archive of the libc-hacker@sourceware.org mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix <bits/libio-ldbl.h>


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]