mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-14 23:48:56 +00:00
Try to fix the windows build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127416 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4b0e1f1278
commit
b78e2ae4ca
@ -908,12 +908,12 @@ Path::createTemporaryFileOnDisk(bool reuse_current, std::string* ErrMsg) {
|
||||
}
|
||||
|
||||
/// MapInFilePages - Not yet implemented on win32.
|
||||
const char *Path::MapInFilePages(int FD, uint64_t FileSize) {
|
||||
const char *Path::MapInFilePages(int FD, size_t FileSize, off_t Offset) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
/// MapInFilePages - Not yet implemented on win32.
|
||||
void Path::UnMapFilePages(const char *Base, uint64_t FileSize) {
|
||||
void Path::UnMapFilePages(const char *Base, size_t FileSize) {
|
||||
assert(0 && "NOT IMPLEMENTED");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user