We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb55986 commit e2fc4b0Copy full SHA for e2fc4b0
1 file changed
c89stringutils/c89stringutils_string_extras.h
@@ -94,7 +94,7 @@ typedef int errno_t;
94
95
#if defined(__linux__) || defined(linux) || defined(__linux) || defined(ANY_BSD)
96
#define strerror_s strerror_r
97
-#define HAVE_STRERRORLEN_S
+#define HAVE_STRERROR_S
98
#endif /* defined(__linux__) || defined(linux) || defined(__linux) || \
99
defined(ANY_BSD) */
100
0 commit comments