Install <bits/statx.h> header
authorFlorian Weimer <fweimer@redhat.com>
Wed, 11 Jul 2018 06:59:51 +0000 (08:59 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Wed, 11 Jul 2018 06:59:51 +0000 (08:59 +0200)
ChangeLog
io/Makefile

index 1981cf5..3d2bcc6 100644 (file)
--- 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.
index f5b1b61..ec5c6d7 100644 (file)
@@ -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                                                           \