mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
Kernel: Oops, fix broken sys$uname() function definition
This commit is contained in:
parent
141e6724d1
commit
ce1775d81d
Notes:
sideshowbarker
2024-07-18 21:57:32 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/ce1775d81d8
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
namespace Kernel {
|
||||
|
||||
int Process::sys$uname(Userspace<utsname*> buf)
|
||||
int Process::sys$uname(Userspace<utsname*> user_buf)
|
||||
{
|
||||
extern String* g_hostname;
|
||||
extern Lock* g_hostname_lock;
|
||||
|
|
Loading…
Reference in a new issue