libexpat/.github
Sebastian Pipping 26f7cbbf4a cmake: Fix check for symbols size_t and off_t
The two issues with the previous approach were that:

1. `check_symbol_exists` would store "1" or "" into
   variable `off_t` rather than string "off_t", and

2. (`check_symbol_exists` would not find `off_t` or
   `size_t` on modern Linux).

Was reported with NetBSD 9.3.

`size_t` is part of C99 (which Expat requires), so
only the `off_t` half remains.
2024-04-04 00:01:22 +02:00
..
workflows cmake: Fix check for symbols size_t and off_t 2024-04-04 00:01:22 +02:00
dependabot.yml Pump up oneline MIT headers to full ones 2021-05-02 19:53:29 +02:00