posix_2024.h (305B)
- // utils-std: Collection of commonly available Unix tools
- // SPDX-FileCopyrightText: 2017 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
- // SPDX-License-Identifier: MPL-2.0
- #define _POSIX_C_SOURCE 202405L
- #include <unistd.h>
- #if _POSIX_VERSION < 202405L
- #error _POSIX_VERSION < 202405L
- #endif