Differences From Artifact [877b095562]:
- File filed.c — part of check-in [8f0a3ed18a] at 2016-02-22 22:07:06 on branch trunk — Added support for checking for a working C11 atomic compiler (unfortunately, GCC 4.7.x and 4.8.x are still broken due to compiler bugs) (user: rkeene, size: 45205) [annotate] [blame] [check-ins using]
To Artifact [08ee2f445c]:
- File filed.c — part of check-in [8d411f42b1] at 2016-02-22 22:09:07 on branch trunk — Filed 1.14 (user: rkeene, size: 45205) [annotate] [blame] [check-ins using]
︙ | |||
66 67 68 69 70 71 72 | 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 | - + | */ #ifndef FILED_DONT_TIMEOUT #include <stdatomic.h> #include <stdbool.h> #endif /* Compile time constants */ |
︙ |