Skip to content
Snippets Groups Projects
Commit 7cdceef6 authored by Virgile Prevosto's avatar Virgile Prevosto Committed by Andre Maroneze
Browse files

[libc] C++ front-end compliance

parent ff593e9d
No related branches found
No related tags found
No related merge requests found
......@@ -157,7 +157,7 @@
null character. (Minimum is 256.) */
#ifdef __FC_PATH_MAX
# if __FC_PATH_MAX >= 0
_Static_assert(__FC_PATH_MAX >=_POSIX_PATH_MAX, "__FC_PATH_MAX is too small (" expand(__FC_PATH_MAX) "): minimal value is "expand( _POSIX_PATH_MAX));
_Static_assert(__FC_PATH_MAX >=_POSIX_PATH_MAX, "__FC_PATH_MAX is too small (" expand(__FC_PATH_MAX) "): minimal value is " expand( _POSIX_PATH_MAX));
# define PATH_MAX __FC_PATH_MAX
# else
# undef PATH_MAX
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment