Skip to content

Commit 3580336

Browse files
committed
Fix zlib build on latest macOS
1 parent 89b9148 commit 3580336

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

ext/zlib/zutil.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,6 @@ extern z_const char * const z_errmsg[10];
114114
# ifndef Z_SOLO
115115
# if defined(__MWERKS__) && __dest_os != __be_os && __dest_os != __win32_os
116116
# include <unix.h>
117-
# else
118-
# ifndef fdopen
119-
# define fdopen(fd,mode) NULL
120-
# endif
121117
# endif
122118
# endif
123119
#endif

0 commit comments

Comments
 (0)