about summary refs log tree commit diff
path: root/pkgs/development/interpreters/python/cpython/3.11/darwin-libutil.patch
blob: 92b846be000221bec69e326162045c6b6239811a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c
index 40229bce0f..3cc604930e 100644
--- a/Modules/posixmodule.c
+++ b/Modules/posixmodule.c
@@ -7258,7 +7258,7 @@ os_sched_getaffinity_impl(PyObject *module, pid_t pid)
 #ifdef HAVE_UTMP_H
 #include <utmp.h>
 #endif /* HAVE_UTMP_H */
-#elif defined(HAVE_LIBUTIL_H)
+#elif defined(HAVE_LIBUTIL_H) && !defined(__APPLE__)
 #include <libutil.h>
 #elif defined(HAVE_UTIL_H)
 #include <util.h>