commit | 0697c5edb6b84b4cd96331b9e803637b9178f8bf | [log] [tgz] |
---|---|---|
author | timkalu <73777326+timkalu@users.noreply.github.com> | Sat Oct 30 17:35:48 2021 +0200 |
committer | GitHub <noreply@github.com> | Sat Oct 30 08:35:48 2021 -0700 |
tree | 2e8366608cce80fdefb6f523493fc5887234152a | |
parent | 1031eedf27fe55fb7e85d7ce47dcbd3ecebb290e [diff] |
FMT_USE_FCNTL can be predefined (#2573) 'os.h' accepts a predefined FMT_USE_FCNTL override so using FMT with e.g. the NXP toolchain for ARM (e.g. for FreeRTOS) does not have a fcntl() call, but the detection routine does not detect this correctly.