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 b413bc7 commit 4128767Copy full SHA for 4128767
1 file changed
Modules/posixmodule.c
@@ -253,6 +253,12 @@
253
# if defined(__CYGWIN__)
254
# define USE_XATTRS
255
# include <cygwin/limits.h> // Needed for XATTR_SIZE_MAX and XATTR_LIST_MAX.
256
+# ifndef XATTR_SIZE_MAX
257
+# define XATTR_SIZE_MAX 65536
258
+# endif
259
+# ifndef XATTR_LIST_MAX
260
+# define XATTR_LIST_MAX 65536
261
262
# endif
263
#endif
264
#ifdef USE_XATTRS
0 commit comments