mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 00:56:14 +00:00
Kernel: Make File::absolute_path() const.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user