UPDATE: lang/python 3.11.9 > 3.11.10
This commit is contained in:
parent
c1886eef17
commit
40b4e1a5e9
14 changed files with 131 additions and 28 deletions
|
@ -6,7 +6,7 @@ Index: Python/fileutils.c
|
|||
* 2b. If fdwalk(3) isn't available, just do a plain close(2) loop.
|
||||
*/
|
||||
-#ifdef __FreeBSD__
|
||||
+#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__SecBSD__)
|
||||
+#if defined(__FreeBSD__) || defined(__OpenBSD__)
|
||||
# define USE_CLOSEFROM
|
||||
-#endif /* __FreeBSD__ */
|
||||
+#endif /* __FreeBSD__ || __OpenBSD__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue