summaryrefslogtreecommitdiff
path: root/Ports/python3/patches/ReadMe.md
diff options
context:
space:
mode:
Diffstat (limited to 'Ports/python3/patches/ReadMe.md')
-rw-r--r--Ports/python3/patches/ReadMe.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/Ports/python3/patches/ReadMe.md b/Ports/python3/patches/ReadMe.md
index 08724930b1..059563c232 100644
--- a/Ports/python3/patches/ReadMe.md
+++ b/Ports/python3/patches/ReadMe.md
@@ -8,10 +8,6 @@ Ensures `HAVE_SIGSET_T` is defined, as we *do* have `sigset_t` but it's not dete
Enforce UTF-8 as encoding by defining `_Py_FORCE_UTF8_LOCALE`.
-## `disable-setrlimit.patch`
-
-Disables check for `RLIMIT_CORE` and subsequent `setrlimit()` call. Would be enabled otherwise as we *do* have `<sys/resource.h>` and therefore `HAVE_SYS_RESOURCE_H`.
-
## `fix-autoconf.patch`
As usual, make the `configure` script recognize Serenity. Also set `MACHDEP` (which is used for `sys.platform`) to a version-less `serenityos`, even when not cross-compiling.