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.27.9000-568-g93304f5


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  93304f5f7a32f73b551266c5a181db51d97a71e4 (commit)
      from  4beefeeb8ea80fece3d55c82b2b152ed9c78cdbe (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=93304f5f7a32f73b551266c5a181db51d97a71e4

commit 93304f5f7a32f73b551266c5a181db51d97a71e4
Author: Florian Weimer <fweimer@redhat.com>
Date:   Wed Jul 11 08:59:51 2018 +0200

    Install <bits/statx.h> header

diff --git a/ChangeLog b/ChangeLog
index 1981cf5..3d2bcc6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-07-11  Florian Weimer  <fweimer@redhat.com>
+
+	* io/Makefile (headers): Add bits/statx.h.
+
 2018-07-10  Mike FABIAN  <mfabian@redhat.com>
 
 	* localedata/charmaps/UTF-8: Use correct Unicode version 11.0.0 in comment.
diff --git a/io/Makefile b/io/Makefile
index f5b1b61..ec5c6d7 100644
--- a/io/Makefile
+++ b/io/Makefile
@@ -25,7 +25,7 @@ include ../Makeconfig
 headers := sys/stat.h bits/stat.h sys/statfs.h bits/statfs.h sys/vfs.h \
 	   sys/statvfs.h bits/statvfs.h fcntl.h sys/fcntl.h bits/fcntl.h \
 	   poll.h sys/poll.h bits/poll.h bits/fcntl2.h bits/poll2.h \
-	   utime.h ftw.h fts.h sys/sendfile.h
+	   bits/statx.h utime.h ftw.h fts.h sys/sendfile.h
 
 routines :=								\
 	utime								\

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

Summary of changes:
 ChangeLog   |    4 ++++
 io/Makefile |    2 +-
 2 files changed, 5 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]