commit | 48a816ff26e03cc0fa1685fb0ce262a82c7890e2 | [log] [tgz] |
---|---|---|
author | Hanno Becker <hanno.becker@arm.com> | Wed Sep 05 15:22:22 2018 +0100 |
committer | Hanno Becker <hanno.becker@arm.com> | Wed Sep 05 15:22:22 2018 +0100 |
tree | 808cf690e7d810970d1a65f9e64382d977c78d7c | |
parent | 651d586ccf3ca396828bb7961307e2c820c62a44 [diff] [blame] |
Minor documentation improvements
diff --git a/library/threading.c b/library/threading.c index 3abb17c..e7c8d98 100644 --- a/library/threading.c +++ b/library/threading.c
@@ -20,7 +20,7 @@ */ /* - * Ensure gmtime_r is available even with -std=c99; must be included before + * Ensure gmtime_r is available even with -std=c99; must be defined before * config.h, which pulls in glibc's features.h. Harmless on other platforms. */ #if !defined(_POSIX_C_SOURCE)