aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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