mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 05:54:58 +00:00
Start fixing up AK to work inside the kernel.
This commit is contained in:
parent
1203c327c7
commit
5d465582a3
10 changed files with 68 additions and 47 deletions
|
@ -22,7 +22,7 @@ MappedFile::MappedFile(String&& fileName)
|
|||
perror("");
|
||||
}
|
||||
|
||||
printf("MappedFile{%s} := { m_fd=%d, m_fileLength=%u, m_map=%p }\n", m_fileName.characters(), m_fd, m_fileLength, m_map);
|
||||
printf("MappedFile{%s} := { m_fd=%d, m_fileLength=%zu, m_map=%p }\n", m_fileName.characters(), m_fd, m_fileLength, m_map);
|
||||
}
|
||||
|
||||
MappedFile::~MappedFile()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue