mono: patch for glibc 2.36

This commit is contained in:
Đoàn Trần Công Danh 2022-12-03 20:00:15 +07:00
parent 5218e4024a
commit c60dbd5448
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
Index: mono-6.12.0.182/mono/metadata/w32file-unix.c
===================================================================
--- mono-6.12.0.182.orig/mono/metadata/w32file-unix.c
+++ mono-6.12.0.182/mono/metadata/w32file-unix.c
@@ -28,7 +28,6 @@
#endif
#ifdef __linux__
#include <sys/ioctl.h>
-#include <linux/fs.h>
#include <mono/utils/linux_magic.h>
#endif
#ifdef _AIX