mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 06:09:08 +00:00
LibCore+LibFileSystem: Move resolve_executable_from_environment to Core
This commit is contained in:
parent
00bd443d1c
commit
26efdf9d4f
Notes:
sideshowbarker
2024-07-16 22:58:46 +09:00
Author: https://github.com/BenWiederhake
Commit: 26efdf9d4f
Pull-request: https://github.com/SerenityOS/serenity/pull/19135
Issue: https://github.com/SerenityOS/serenity/issues/18804
Reviewed-by: https://github.com/gmta ✅
Reviewed-by: https://github.com/timschumi
3 changed files with 39 additions and 26 deletions
|
@ -267,4 +267,6 @@ ErrorOr<AddressInfoVector> getaddrinfo(char const* nodename, char const* servnam
|
|||
ErrorOr<void> posix_fallocate(int fd, off_t offset, off_t length);
|
||||
#endif
|
||||
|
||||
ErrorOr<String> resolve_executable_from_environment(StringView filename, int flags = 0);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue