mirror of
https://github.com/RGBCube/serenity
synced 2025-07-02 23:22:07 +00:00
Kernel: Oops, fix broken sys$uname() function definition
This commit is contained in:
parent
141e6724d1
commit
ce1775d81d
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…
Add table
Add a link
Reference in a new issue