diff options
Diffstat (limited to 'src/include/platform.h')
-rw-r--r-- | src/include/platform.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/platform.h b/src/include/platform.h index baf6986ed..23bc76ef5 100644 --- a/src/include/platform.h +++ b/src/include/platform.h | |||
@@ -273,6 +273,10 @@ atoll (const char *nptr); | |||
273 | #define EXIT_NOTRUNNING 7 | 273 | #define EXIT_NOTRUNNING 7 |
274 | #endif | 274 | #endif |
275 | 275 | ||
276 | #ifndef EXIT_NO_RESTART 9 | ||
277 | #define EXIT_NO_RESTART 9 | ||
278 | #endif | ||
279 | |||
276 | /** | 280 | /** |
277 | * clang et al do not have such an attribute | 281 | * clang et al do not have such an attribute |
278 | */ | 282 | */ |