mirror of
https://github.com/RGBCube/serenity
synced 2025-05-16 06:25:01 +00:00
Kernel: Make File::absolute_path() const.
This commit is contained in:
parent
00de8b9fc4
commit
2dd9ef6863
16 changed files with 16 additions and 16 deletions
|
@ -68,7 +68,7 @@ KResult SharedMemory::truncate(int length)
|
|||
return KResult(-ENOTIMPL);
|
||||
}
|
||||
|
||||
String SharedMemory::absolute_path(FileDescriptor&) const
|
||||
String SharedMemory::absolute_path(const FileDescriptor&) const
|
||||
{
|
||||
return String::format("shm:%u", this);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue