diff options
author | Nadav Tasher <tashernadav@gmail.com> | 2025-01-07 00:51:16 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-01-07 10:09:53 +0100 |
commit | 5896cb551cd402c50c7af3037d71b356559fc7b0 (patch) | |
tree | 33d0e452f56288e45285ab0d8708c87f14189d52 /libc/sysdeps/linux | |
parent | 9ef8c7757dfda32023451b7ea90f5d49e836b21f (diff) |
time64_helpers.h: error out when attempting to compile with TIME64 for 32bit targets on Linux versions prior to 5.1.0
Using 64bit time on 32bit targets was only introduced in Linux 5.1.0.
On versions prior to that, compiling uClibc-ng produces incorrect headers
that cause the `clock_nanosleep` syscall to receive incorrect arguments.
This change was previously introduced in `features.h`, but was reverted due to inclusion errors when compiling other
projects.
Signed-off-by: Nadav Tasher <tashernadav@gmail.com>
Diffstat (limited to 'libc/sysdeps/linux')
0 files changed, 0 insertions, 0 deletions