Skip to content

Commit ca66f6a

Browse files
committed
trying w/o the feature_tests part ?
1 parent ec263fd commit ca66f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/iconv/iconv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
#undef iconv
4444
#endif
4545

46-
#if defined(__NetBSD__) || (defined(__sun) && !defined(_XPG6))
46+
#if defined(__NetBSD__) || defined(__sun)
4747
// unfortunately, netbsd has still the old non posix conformant signature
4848
// libiconv tends to match the eventual system's iconv too.
4949
//

0 commit comments

Comments
 (0)