public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Fix <bits/libio-ldbl.h>
@ 2006-02-01 16:34 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2006-02-01 16:34 UTC (permalink / raw)
  To: Roland McGrath; +Cc: Glibc hackers

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-02-01 16:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-01 16:34 [PATCH] Fix <bits/libio-ldbl.h> Jakub Jelinek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).