Skip to content

Commit a0c9b5f

Browse files
Partial cherry-pick of llvm/llvm-project#163658
1 parent e94df05 commit a0c9b5f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

libc/include/stdio.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,12 +197,26 @@ functions:
197197
- type: FILE *
198198
- type: long
199199
- type: int
200+
- name: fseeko
201+
standards:
202+
- stdc
203+
return_type: int
204+
arguments:
205+
- type: FILE *
206+
- type: off_t
207+
- type: int
200208
- name: ftell
201209
standards:
202210
- stdc
203211
return_type: long
204212
arguments:
205213
- type: FILE *
214+
- name: ftello
215+
standards:
216+
- stdc
217+
return_type: off_t
218+
arguments:
219+
- type: FILE *
206220
- name: funlockfile
207221
standards:
208222
- POSIX

0 commit comments

Comments
 (0)