summaryrefslogtreecommitdiffstats
path: root/src/posix/sem_posix.c
AgeCommit message (Collapse)AuthorFilesLines
2024-12-11Fix clang and clang-tidy warnings on WindowsDavid Robillard1-0/+3
2024-11-23Use angle brackets for library includesDavid Robillard1-2/+2
2022-10-23Split up platform sourcesDavid Robillard1-0/+89
This puts more onus on the build system to do things properly, but it's still easy enough to build, even manually: all the files in the appropriate system subdirectory just need to be included in the build. Otherwise, the several nested levels of preprocessor conditionals get confusing, and clang-format doesn't format code properly.