mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 09:51:57 -05:00
…
|
||
---|---|---|
.. | ||
0001-accept.c-Include-sys-select.h.patch | ||
0002-Remove-getopt-from-examples.patch | ||
ReadMe.md |
Patches for bash on SerenityOS
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.
0002-Remove-getopt-from-examples.patch
Remove getopt from examples
We currently fail to build getconf.c because we are missing libintl.h and don't support multiple needed syscalls (from around 300 total syscalls).