summaryrefslogtreecommitdiffstats
path: root/libc/spec/posix.td
diff options
context:
space:
mode:
Diffstat (limited to 'libc/spec/posix.td')
-rw-r--r--libc/spec/posix.td7
1 files changed, 2 insertions, 5 deletions
diff --git a/libc/spec/posix.td b/libc/spec/posix.td
index 45f7ecfe84e9..cfa8d3afedde 100644
--- a/libc/spec/posix.td
+++ b/libc/spec/posix.td
@@ -210,10 +210,7 @@ def POSIX : StandardSpec<"POSIX"> {
HeaderSpec FCntl = HeaderSpec<
"fcntl.h",
[], // Macros
- [
- ModeTType,
- OffTType,
- ],
+ [ModeTType],
[], // Enumerations
[
FunctionSpec<
@@ -1183,7 +1180,7 @@ def POSIX : StandardSpec<"POSIX"> {
HeaderSpec StdIO = HeaderSpec<
"stdio.h",
[], // Macros
- [OffTType], // Types
+ [], // Types
[], // Enumerations
[
FunctionSpec<