We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b3b549 commit ceb64c6Copy full SHA for ceb64c6
libc/src/__support/File/linux/lseekImpl.h
@@ -9,14 +9,14 @@
9
#ifndef LLVM_LIBC_SRC___SUPPORT_FILE_LINUX_LSEEKIMPL_H
10
#define LLVM_LIBC_SRC___SUPPORT_FILE_LINUX_LSEEKIMPL_H
11
12
+#include "include/llvm-libc-types/off_t.h"
13
#include "src/__support/OSUtil/syscall.h" // For internal syscall function.
14
#include "src/__support/common.h"
15
#include "src/__support/error_or.h"
16
#include "src/errno/libc_errno.h"
17
18
#include <stdint.h> // For uint64_t.
19
#include <sys/syscall.h> // For syscall numbers.
-#include <unistd.h> // For off_t.
20
21
namespace LIBC_NAMESPACE {
22
namespace internal {
0 commit comments