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 ec263fd commit ca66f6aCopy full SHA for ca66f6a
ext/iconv/iconv.c
@@ -43,7 +43,7 @@
43
#undef iconv
44
#endif
45
46
-#if defined(__NetBSD__) || (defined(__sun) && !defined(_XPG6))
+#if defined(__NetBSD__) || defined(__sun)
47
// unfortunately, netbsd has still the old non posix conformant signature
48
// libiconv tends to match the eventual system's iconv too.
49
//
0 commit comments