
These functions don't have a _time64 variant, so we can't use time_t directly (since our time_t is a uint64_t). The workaround is to use longs when doing the syscall and write back when necessary.
LLVM libc ========= This directory and its subdirectories contain source code for llvm-libc, a retargetable implementation of the C standard library. LLVM is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt.