Differences From Artifact [df8bd5d3b2]:
- File filed.c — part of check-in [64aa5e7fb5] at 2016-02-22 22:34:52 on branch trunk — Fixed issue with initializing timeout structures when using chroot() (user: rkeene, size: 45419) [annotate] [blame] [check-ins using]
To Artifact [f4a6909b38]:
- File filed.c — part of check-in [395483fa73] at 2016-02-22 22:35:24 on branch trunk — Filed 1.16 (user: rkeene, size: 45419) [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 */ |
︙ |