From 5dad6ffbb2b76215cfcd38c3001778536ada8e8a Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 12 Jun 2019 12:04:09 +0200 Subject: : Use Linux UAPI header for statx if available and useful This will automatically import new STATX_* constants. It also avoids a conflict between and . --- io/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'io/Makefile') diff --git a/io/Makefile b/io/Makefile index f2404db..088e86d 100644 --- a/io/Makefile +++ b/io/Makefile @@ -25,7 +25,9 @@ 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 \ - bits/statx.h utime.h ftw.h fts.h sys/sendfile.h + bits/statx.h bits/statx-generic.h bits/types/struct_statx.h \ + bits/types/struct_statx_timestamp.h \ + utime.h ftw.h fts.h sys/sendfile.h routines := \ utime \ -- cgit v1.1