diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-05-06 16:04:05 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-05-06 16:04:05 -0400 |
commit | f976c98d334dce9ba30aa7da4427bb530aeea536 (patch) | |
tree | ff48eba03fc0ce3a3497118142b87ebaa6865bf7 /build/header.mk | |
parent | c74947f39063218f3cbd884e4ebaafe8dfc9302c (diff) | |
download | bfs-f976c98d334dce9ba30aa7da4427bb530aeea536.tar.xz |
xtime: Use the libc's timegm() if present
Diffstat (limited to 'build/header.mk')
-rw-r--r-- | build/header.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/header.mk b/build/header.mk index a9157ad..d235fd0 100644 --- a/build/header.mk +++ b/build/header.mk @@ -40,6 +40,7 @@ HEADERS := \ gen/has/strerror-l.h \ gen/has/strerror-r-gnu.h \ gen/has/strerror-r-posix.h \ + gen/has/timegm.h \ gen/has/tm-gmtoff.h \ gen/has/uselocale.h |