Changes between Initial Version and Version 1 of Ticket #62436, comment 1
- Timestamp:
- Mar 11, 2021, 11:57:28 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #62436, comment 1
initial v1 1 It's setting `_POSIX_C_SOURCE` to `1 99009L`, but for `usleep` to be available, it has to be at least `199506L`.1 It's setting `_POSIX_C_SOURCE` to `1` which is equivalent to `199009L`, but for `usleep` to be available, it has to be at least `199506L`.