mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:57:45 +00:00
Kernel: Don't disable interrupts to access the system hostname.
This commit is contained in:
parent
458706c4cf
commit
2e663eda36
3 changed files with 18 additions and 16 deletions
|
@ -6,6 +6,7 @@ extern "C" {
|
|||
|
||||
void memcpy(void*, const void*, dword);
|
||||
void strcpy(char*, const char*);
|
||||
char* strncpy(char*, const char*, size_t);
|
||||
int strcmp(char const*, const char*);
|
||||
size_t strlen(const char*);
|
||||
void *memset(void*, byte, dword);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue