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.25-43-gab9536a


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  ab9536a75d3f2e0158cc91a0ae0096032c9d57b4 (commit)
      from  f7db120f67d853e0cfa272fa39c8b9be67c0a935 (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=ab9536a75d3f2e0158cc91a0ae0096032c9d57b4

commit ab9536a75d3f2e0158cc91a0ae0096032c9d57b4
Author: Zack Weinberg <zackw@panix.com>
Date:   Thu Dec 1 14:22:54 2016 -0500

    Move bits/types.h into posix/bits.
    
    bits/types.h has no sysdeps variants, so it should be in the
    subdirectory that installs it (namely, posix).
    
    	* bits/types.h: Move to posix/bits.
    	* include/bits/types.h: New wrapper.

diff --git a/ChangeLog b/ChangeLog
index 3bc23fe..d25710c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-02-16  Zack Weinberg  <zackw@panix.com>
+
+	* bits/types.h: Move to posix/bits.
+	* include/bits/types.h: New wrapper.
+
 2017-02-15  Wilco Dijkstra  <wdijkstr@arm.com>
 
 	* string/bits/string2.h (strcmp): Remove define.
diff --git a/include/bits/types.h b/include/bits/types.h
new file mode 100644
index 0000000..1c47910
--- /dev/null
+++ b/include/bits/types.h
@@ -0,0 +1 @@
+#include <posix/bits/types.h>
diff --git a/bits/types.h b/posix/bits/types.h
similarity index 100%
rename from bits/types.h
rename to posix/bits/types.h

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

Summary of changes:
 ChangeLog                    |    5 +++++
 include/bits/types.h         |    1 +
 {bits => posix/bits}/types.h |    0
 3 files changed, 6 insertions(+), 0 deletions(-)
 create mode 100644 include/bits/types.h
 rename {bits => posix/bits}/types.h (100%)


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]