diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-04-19 15:14:09 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-04-19 15:50:45 -0400 |
commit | c35d0c2ed5578b180e17c37588a047fd013cc619 (patch) | |
tree | b2ffc5b1329c886ca25797c88faaaff0094439f2 /config/header.mk | |
parent | 48d91c62cd27c15fe0e928abf6d023d17e9c41f7 (diff) | |
download | bfs-c35d0c2ed5578b180e17c37588a047fd013cc619.tar.xz |
config: Check for struct stat::st_flags
Diffstat (limited to 'config/header.mk')
-rw-r--r-- | config/header.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/header.mk b/config/header.mk index 5b6ff11..06b8f7f 100644 --- a/config/header.mk +++ b/config/header.mk @@ -24,6 +24,7 @@ HEADERS := \ ${GEN}/st-acmtimespec.h \ ${GEN}/st-birthtim.h \ ${GEN}/st-birthtimespec.h \ + ${GEN}/st-flags.h \ ${GEN}/statx.h \ ${GEN}/statx-syscall.h \ ${GEN}/strerror-l.h \ |