Commit 6882d15
committed
inc/crt/sys/types.bi: Provide off_t on Windows too, like MinGW
Both MinGW.org and MinGW-w64 headers provide the off_t type, which is also
used by many C libraries. I.e. we need it for FB bindings.
Not to be confused with the msvcrt _off_t type, which apparently is always
32bit, while the POSIX off_t depends on _FILE_OFFSET_BITS.1 parent 000c280 commit 6882d15
2 files changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
20 | 32 | | |
21 | 33 | | |
0 commit comments