aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/apache/orc/c++/src/Adaptor-win.hh
blob: d48c24d2300ddb1d9a7f13b6d6ddd8a8ffbedec6 (plain) (blame)
1
2
3
4
5
6
7
8
#pragma once

#include "Adaptor-linux.hh"

#undef HAS_PREAD
ssize_t pread(int fd, void* buf, size_t count, off_t offset);

#undef HAS_BUILTIN_OVERFLOW_CHECK