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 bf1ef53 commit e313565Copy full SHA for e313565
1 file changed
c89stringutils/c89stringutils_string_extras.h
@@ -97,11 +97,10 @@ extern "C" {
97
#else
98
99
#if !defined(__APPLE__) && !defined(__APPLE_CC__) && !defined(_MSC_VER) && \
100
- !defined(__MINGW32__) && !defined(__CYGWIN__) && !defined(__WATCOMC__)
+ !defined(__MINGW32__) && !defined(__WATCOMC__)
101
typedef int errno_t;
102
#endif /* !defined(__APPLE__) && !defined(__APPLE_CC__) && !defined(_MSC_VER) \
103
- && !defined(__MINGW32__) && !defined(__CYGWIN__) && \
104
- !defined(__WATCOMC__) */
+ && !defined(__MINGW32__) && !defined(__WATCOMC__) */
105
106
#if defined(__linux__) || defined(linux) || defined(__linux) || defined(ANY_BSD)
107
#define strerror_s strerror_r
0 commit comments