aboutsummaryrefslogtreecommitdiff
path: root/src/include/platform.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-01-08 17:21:29 +0100
committerChristian Grothoff <christian@grothoff.org>2024-01-08 17:21:34 +0100
commited1fcc0c4dd002c136dde63b0da9dc7c13577e28 (patch)
tree7f4a54884ff86494bbed501d009311266ab7adc9 /src/include/platform.h
parent3c0f64ea2b73f3ed1bdc930195fdfac55a85a941 (diff)
downloadgnunet-ed1fcc0c4dd002c136dde63b0da9dc7c13577e28.tar.gz
gnunet-ed1fcc0c4dd002c136dde63b0da9dc7c13577e28.zip
fix
Diffstat (limited to 'src/include/platform.h')
-rw-r--r--src/include/platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/platform.h b/src/include/platform.h
index 23bc76ef5..c04d8d487 100644
--- a/src/include/platform.h
+++ b/src/include/platform.h
@@ -273,7 +273,7 @@ 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 276#ifndef EXIT_NO_RESTART
277#define EXIT_NO_RESTART 9 277#define EXIT_NO_RESTART 9
278#endif 278#endif
279 279