Skip to content

Commit fe9d1c9

Browse files
authored
Merge pull request #74 from dgarske/netx
Revert the errno.h change, not required
2 parents cd73779 + e6dd160 commit fe9d1c9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

wolfsentry/wolfsentry_errcodes.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,9 +337,7 @@ WOLFSENTRY_API const char *wolfsentry_errcode_error_name(wolfsentry_errcode_t e)
337337

338338
#if !defined(WOLFSENTRY_NO_STDIO_STREAMS) && !defined(WOLFSENTRY_NO_DIAG_MSGS)
339339

340-
#ifndef WOLFSENTRY_NETXDUO /* netxduo has its own errno.h */
341340
#include <errno.h>
342-
#endif
343341

344342
#ifdef __STRICT_ANSI__
345343
#define WOLFSENTRY_WARN(fmt,...) WOLFSENTRY_PRINTF_ERR("%s@L%d " fmt, __FILE__, __LINE__, __VA_ARGS__)

0 commit comments

Comments
 (0)