mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
c110cf193d
Instead of computing the path length inside the syscall handler, let the caller do that work. This allows us to implement to new variants of open() and creat(), called open_with_path_length() and creat_with_path_length(). These are suitable for use with e.g StringView. |
||
---|---|---|
.. | ||
LibC | ||
LibCore | ||
LibGUI | ||
LibHTML | ||
LibM |