mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 01:27:42 +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 {
|
namespace Kernel {
|
||||||
|
|
||||||
int Process::sys$uname(Userspace<utsname*> buf)
|
int Process::sys$uname(Userspace<utsname*> user_buf)
|
||||||
{
|
{
|
||||||
extern String* g_hostname;
|
extern String* g_hostname;
|
||||||
extern Lock* g_hostname_lock;
|
extern Lock* g_hostname_lock;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue