blob: f268e13783ab6d57519acbf7ae4e96af44db6889 [file] [log] [blame]
/*
* Copyright 2013 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "SkOSFile.h"
bool sk_fidentical(SkFILE* a, SkFILE* b) {
return false;
}
void sk_fmunmap(const void* addr, size_t length) { }
void* sk_fdmmap(int fd, size_t* size) {
return NULL;
}
void* sk_fmmap(SkFILE* f, size_t* size) {
return NULL;
}