mirror of
https://github.com/RGBCube/serenity
synced 2025-05-19 00:15:08 +00:00
Kernel: Make Socket inherit from File.
This commit is contained in:
parent
03da7046bd
commit
2470fdcd9b
18 changed files with 81 additions and 73 deletions
|
@ -68,7 +68,7 @@ KResult SharedMemory::truncate(int length)
|
|||
return KResult(-ENOTIMPL);
|
||||
}
|
||||
|
||||
String SharedMemory::absolute_path() const
|
||||
String SharedMemory::absolute_path(FileDescriptor&) const
|
||||
{
|
||||
return String::format("shm:%u", this);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue