This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.16-ports-merge-461-g472371b


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  472371b9b0bda52662ed869bad1461a93fa11077 (commit)
      from  89a3ad0b6e7cfd7bc5588e8bbf243e99a0b8562d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=472371b9b0bda52662ed869bad1461a93fa11077

commit 472371b9b0bda52662ed869bad1461a93fa11077
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed Oct 10 16:05:36 2012 +0000

    Remove _IO_pos_t.

diff --git a/ChangeLog b/ChangeLog
index b106e0e..2a62434 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 45f4707..94e4a0b 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

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog     |    4 ++++
 libio/libio.h |    1 -
 2 files changed, 4 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


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