mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
Make bash-2.05b build with minimal changes.
This is really neat. :^)
This commit is contained in:
parent
2cf477a151
commit
9d05f6b7a7
Notes:
sideshowbarker
2024-07-19 16:10:03 +09:00
Author: https://github.com/awesomekling
Commit: 9d05f6b7a7
35 changed files with 326 additions and 176 deletions
|
@ -268,4 +268,10 @@ int access(const char* pathname, int mode)
|
|||
__RETURN_WITH_ERRNO(rc, rc, -1);
|
||||
}
|
||||
|
||||
int mknod(const char* pathname, mode_t, dev_t)
|
||||
{
|
||||
(void) pathname;
|
||||
assert(false);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue