You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
proxysql/deps/mariadb-client-library/zutil.h.patch

14 lines
406 B

--- external/zlib/zutil.h.orig 2024-05-22 17:34:00.000000000 +0200
+++ external/zlib/zutil.h 2024-05-22 17:34:00.000000000 +0200
@@ -143,9 +143,7 @@
# if defined(__MWERKS__) && __dest_os != __be_os && __dest_os != __win32_os
# include <unix.h> /* for fdopen */
# else
-# ifndef fdopen
-# define fdopen(fd,mode) NULL /* No fdopen() */
-# endif
+
# endif
# endif
#endif