summaryrefslogtreecommitdiff
path: root/include/stdlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/stdlib.h')
-rw-r--r--include/stdlib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/stdlib.h b/include/stdlib.h
index 4b47297..986b1df 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -171,12 +171,12 @@ _FORTIFY_FN(realpath) char *realpath(const char *__p, char *__r)
171} 171}
172#endif 172#endif
173 173
174#endif // clang
175
174#ifdef __cplusplus 176#ifdef __cplusplus
175} 177}
176#endif 178#endif
177 179
178#endif // clang
179
180#endif // _FORTIFY_SOURCE 180#endif // _FORTIFY_SOURCE
181 181
182#endif 182#endif