This is the mail archive of the libc-hacker@sourceware.cygnus.com 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]

[Patch] Remove duplicate declaration



libio/libioP.h contains a duplicate.

1999-11-26  Andreas Jaeger  <aj@suse.de>

	* libio/libioP.h: Remove duplicate declaration of _IO_wsetb.

============================================================
Index: libio/libioP.h
--- libio/libioP.h	1999/07/08 11:59:03	1.36
+++ libio/libioP.h	1999/11/26 12:28:19
@@ -305,7 +305,6 @@
 extern wint_t _IO_sungetwc __P ((_IO_FILE *));
 extern void _IO_wdoallocbuf __P ((_IO_FILE *));
 extern void _IO_unsave_wmarkers __P ((_IO_FILE *));
-extern void _IO_wsetb __P ((_IO_FILE *, wchar_t *, wchar_t *, int));
 extern unsigned _IO_adjust_wcolumn __P ((unsigned, const wchar_t *, int));
 
 /* Marker-related function. */

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.rhein-neckar.de

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