mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-13 11:39:43 +00:00
Kernel: Convert hostname to KString
This commit is contained in:
parent
6402840670
commit
50d6a6a186
Notes:
sideshowbarker
2024-07-17 21:01:09 +09:00
Author: https://github.com/IdanHo
Commit: 50d6a6a186
Pull-request: https://github.com/SerenityOS/serenity/pull/11848
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/bgianfo ✅
4 changed files with 8 additions and 8 deletions
|
@ -39,7 +39,7 @@
|
|||
|
||||
namespace Kernel {
|
||||
|
||||
MutexProtected<String>& hostname();
|
||||
MutexProtected<OwnPtr<KString>>& hostname();
|
||||
Time kgettimeofday();
|
||||
|
||||
#define ENUMERATE_PLEDGE_PROMISES \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue