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

Ports: Regenerate patches for bash

This commit is contained in:
Ali Mohammad Pur 2022-01-14 16:46:38 +03:30 committed by Ali Mohammad Pur
parent ae94825cf6
commit bbd4343b31
3 changed files with 32 additions and 13 deletions

View file

@ -1,5 +1,8 @@
# Patches for bash
# Patches for bash on SerenityOS
## `include-sys-select.patch`
## `0001-accept.c-Include-sys-select.h.patch`
accept.c: Include sys/select.h
This is transitively pulled in by other headers in some systems,
serenity is not one of them.
Include `<sys/select.h>` before using it.