Skip to content

Commit e2fc4b0

Browse files
committed
CI fixes
1 parent bb55986 commit e2fc4b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

c89stringutils/c89stringutils_string_extras.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ typedef int errno_t;
9494

9595
#if defined(__linux__) || defined(linux) || defined(__linux) || defined(ANY_BSD)
9696
#define strerror_s strerror_r
97-
#define HAVE_STRERRORLEN_S
97+
#define HAVE_STRERROR_S
9898
#endif /* defined(__linux__) || defined(linux) || defined(__linux) || \
9999
defined(ANY_BSD) */
100100

0 commit comments

Comments
 (0)