diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-05-26 19:27:17 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-05-26 19:27:17 +0000 |
| commit | 1f64deb2c76a6432b80bd9a17fb481423f7e0c6d (patch) | |
| tree | 23095c2d5847e452ca96a4da95e3f254a495bf64 /src/sysdeps | |
| parent | a0caad5e7f8da3a0b906fd69a6c4876ffd305450 (diff) | |
| download | skalibs-1f64deb2c76a6432b80bd9a17fb481423f7e0c6d.tar.gz | |
Try and fix statatim(espec) sysdeps for old MacOS
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/sysdeps')
| -rw-r--r-- | src/sysdeps/trystatim.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sysdeps/trystatim.c b/src/sysdeps/trystatim.c index 94834cc..83881ba 100644 --- a/src/sysdeps/trystatim.c +++ b/src/sysdeps/trystatim.c @@ -1,5 +1,8 @@ /* ISC license. */ +#undef _POSIX_C_SOURCE +#undef _XOPEN_SOURCE + #include <sys/stat.h> #include <time.h> |
