From 93304f5f7a32f73b551266c5a181db51d97a71e4 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 11 Jul 2018 08:59:51 +0200 Subject: Install header --- ChangeLog | 4 ++++ io/Makefile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1981cf5412..3d2bcc6de1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2018-07-11 Florian Weimer + + * io/Makefile (headers): Add bits/statx.h. + 2018-07-10 Mike FABIAN * localedata/charmaps/UTF-8: Use correct Unicode version 11.0.0 in comment. diff --git a/io/Makefile b/io/Makefile index f5b1b61d4e..ec5c6d7a2f 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 \ -- cgit v1.2.3