]> sourceware.org Git - glibc.git/commitdiff
Remove _IO_pos_t.
authorJoseph Myers <joseph@codesourcery.com>
Wed, 10 Oct 2012 16:05:36 +0000 (16:05 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Wed, 10 Oct 2012 16:05:36 +0000 (16:05 +0000)
ChangeLog
libio/libio.h

index b106e0e83b07790f35a7569964fe6cb0e933bfb2..2a62434c3358b766d81067ece32993526d404265 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-10-10  Joseph Myers  <joseph@codesourcery.com>
+
+       * libio/libio.h (_IO_pos_t): Remove.
+
 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
 
        * NEWS: Add note about FIPS mode.  Wording suggested by Roland
index 45f4707e66860c99a6f6046f6309951942854612..94e4a0bf78f2747e1ff98ce6f74aca4ff8cca194 100644 (file)
@@ -31,7 +31,6 @@
 
 #include <_G_config.h>
 /* ALL of these should be defined in _G_config.h */
-#define _IO_pos_t _G_fpos_t /* obsolete */
 #define _IO_fpos_t _G_fpos_t
 #define _IO_fpos64_t _G_fpos64_t
 #define _IO_size_t size_t
This page took 0.100868 seconds and 5 git commands to generate.