Commit 04a0d17
committed
refactor: deprecate `off64_t in vxworks
This type, alongside aliases such as `time64_t`, are being deprecated in
favor of keeping a single, non-suffixed type that is 64-bits wide.
In VxWorks, `off64_t` already depends on `off_t`, so deprecating it
makes the transition to `off_t` easier.1 parent f4d6777 commit 04a0d17
1 file changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
61 | 66 | | |
62 | 67 | | |
63 | 68 | | |
| |||
2414 | 2419 | | |
2415 | 2420 | | |
2416 | 2421 | | |
| 2422 | + | |
| 2423 | + | |
| 2424 | + | |
| 2425 | + | |
2417 | 2426 | | |
2418 | 2427 | | |
2419 | 2428 | | |
2420 | 2429 | | |
| 2430 | + | |
| 2431 | + | |
| 2432 | + | |
| 2433 | + | |
2421 | 2434 | | |
2422 | 2435 | | |
2423 | 2436 | | |
| |||
0 commit comments