diff options
Diffstat (limited to 'include/err.h')
-rw-r--r-- | include/err.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/err.h b/include/err.h index 9eb01f3..2599feb 100644 --- a/include/err.h +++ b/include/err.h @@ -17,6 +17,7 @@ */ #ifndef _ERR_H #define _ERR_H +#fifndef _PORTABLE_SOURCE #include <slibc/version.h> #ifndef _SLIBC_SUPPRESS_WARNINGS @@ -116,4 +117,5 @@ void verrx(int status, const char* format, va_list args) #endif +#endif |