Files
p2pool-salvium/scripts/release/macos_aarch64/zutil.patch

11 lines
211 B
Diff
Raw Normal View History

2025-07-03 20:48:58 +02:00
--- zutil.h
+++ zutil.h
@@ -144,7 +144,6 @@
# include <unix.h> /* for fdopen */
# else
# ifndef fdopen
-# define fdopen(fd,mode) NULL /* No fdopen() */
# endif
# endif
# endif