Differences From Artifact [34dea9bf8d]:
- File filed.c — part of check-in [1fb0b13c23] at 2016-09-22 18:34:17 on branch trunk — Updated to use nanosleep() instead of usleep() which requires a _BSD_SOURCE macro (user: rkeene, size: 47996) [annotate] [blame] [check-ins using]
To Artifact [f1e3a815c8]:
- File filed.c — part of check-in [1c7faf07aa] at 2016-09-22 19:30:17 on branch trunk — Filed 1.20 (user: rkeene, size: 47996) [annotate] [blame] [check-ins using]
︙ | |||
65 66 67 68 69 70 71 | 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 | - + | */ #ifndef FILED_DONT_TIMEOUT #include <stdatomic.h> #include <stdbool.h> #endif /* Compile time constants */ |
︙ |