1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 03:47:35 +00:00

Ports: Remove obsolete siginfo_t::si_error Python3 patch

This commit is contained in:
Idan Horowitz 2021-12-22 22:12:40 +02:00
parent 7a662c2638
commit ba9a525ba6
2 changed files with 0 additions and 16 deletions

View file

@ -1,9 +1,5 @@
# Patches for Python 3.9 on SerenityOS
## `remove-missing-si-errno.patch`
Removes a reference to `si_errno` in `siginfo_t`, as we currently don't have that implemented.
## `include-sys-uio.patch`
Ensures `struct iovec` is defined, required by the socket module.