From ef2449c44b4025bc908a07bb74a39d84d53a083f Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 10 Aug 2023 14:28:47 +0200 Subject: [PATCH] Cleanup python patch for musl --- python/3.11/fix-xattrs-glibc.patch | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 python/3.11/fix-xattrs-glibc.patch diff --git a/python/3.11/fix-xattrs-glibc.patch b/python/3.11/fix-xattrs-glibc.patch deleted file mode 100644 index 871236f..0000000 --- a/python/3.11/fix-xattrs-glibc.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c -index 12f72f5..d54d085 100644 ---- a/Modules/posixmodule.c -+++ b/Modules/posixmodule.c -@@ -234,8 +234,9 @@ corresponding Unix manual entries for more information on calls."); - # undef HAVE_SCHED_SETAFFINITY - #endif - --#if defined(HAVE_SYS_XATTR_H) && defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__GNU__) -+#if defined(HAVE_SYS_XATTR_H) && defined(__linux__) && !defined(__FreeBSD_kernel__) && !defined(__GNU__) - # define USE_XATTRS -+# include - #endif - - #ifdef USE_XATTRS