Files
ladybird/Libraries/LibC
Andreas Kling b009f8522c LibC: Make system() behave according to POSIX
- system(nullptr) returns non-zero to indicate the presence of a shell
- Failure to fork() returns -1
- Failure to exec() in the child returns 127
2019-09-27 10:15:42 +02:00
..
2019-09-08 14:20:13 +02:00
2019-09-13 09:21:41 +02:00
2019-08-04 18:46:58 +02:00
2019-09-13 14:04:38 +02:00