about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-10-10 16:05:36 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-10-10 16:05:36 +0000
commit472371b9b0bda52662ed869bad1461a93fa11077 (patch)
treef9a432744b407522eca090cd626ca697b61afbf9
parent89a3ad0b6e7cfd7bc5588e8bbf243e99a0b8562d (diff)
downloadglibc-472371b9b0bda52662ed869bad1461a93fa11077.tar.gz
glibc-472371b9b0bda52662ed869bad1461a93fa11077.tar.xz
glibc-472371b9b0bda52662ed869bad1461a93fa11077.zip
Remove _IO_pos_t.
-rw-r--r--ChangeLog4
-rw-r--r--libio/libio.h1
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b106e0e83b..2a62434c33 100644
--- 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
diff --git a/libio/libio.h b/libio/libio.h
index 45f4707e66..94e4a0bf78 100644
--- a/libio/libio.h
+++ b/libio/libio.h
@@ -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