mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 05:38:11 +00:00
Make bash-2.05b build with minimal changes.
This is really neat. :^)
This commit is contained in:
parent
2cf477a151
commit
9d05f6b7a7
35 changed files with 326 additions and 176 deletions
|
@ -4,6 +4,8 @@ extern "C" {
|
|||
|
||||
namespace Unix {
|
||||
|
||||
#define WNOHANG 1
|
||||
|
||||
#define SIG_DFL ((void*)0)
|
||||
#define SIG_ERR ((void*)-1)
|
||||
#define SIG_IGN ((void*)1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue