diff options
author | Florian Weimer <fweimer@redhat.com> | 2018-07-11 08:59:51 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2018-07-11 08:59:51 +0200 |
commit | 93304f5f7a32f73b551266c5a181db51d97a71e4 (patch) | |
tree | b21190a8b5ae1bef492b32678bf2091b309a5686 /io/Makefile | |
parent | Put the correct Unicode version number 11.0.0 into the generated files (diff) | |
download | glibc-93304f5f7a32f73b551266c5a181db51d97a71e4.tar.gz glibc-93304f5f7a32f73b551266c5a181db51d97a71e4.tar.bz2 glibc-93304f5f7a32f73b551266c5a181db51d97a71e4.zip |
Install <bits/statx.h> header
Diffstat (limited to 'io/Makefile')
-rw-r--r-- | io/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |