aboutsummaryrefslogtreecommitdiff
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, 5 insertions, 2 deletions
diff --git a/libc/spec/posix.td b/libc/spec/posix.td
index cfa8d3a..45f7ecf 100644
--- a/libc/spec/posix.td
+++ b/libc/spec/posix.td
@@ -210,7 +210,10 @@ def POSIX : StandardSpec<"POSIX"> {
HeaderSpec FCntl = HeaderSpec<
"fcntl.h",
[], // Macros
- [ModeTType],
+ [
+ ModeTType,
+ OffTType,
+ ],
[], // Enumerations
[
FunctionSpec<
@@ -1180,7 +1183,7 @@ def POSIX : StandardSpec<"POSIX"> {
HeaderSpec StdIO = HeaderSpec<
"stdio.h",
[], // Macros
- [], // Types
+ [OffTType], // Types
[], // Enumerations
[
FunctionSpec<