Commit 3d55d66
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 8132431 commit 3d55d66
1 file changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
63 | 68 | | |
64 | 69 | | |
65 | 70 | | |
| |||
2416 | 2421 | | |
2417 | 2422 | | |
2418 | 2423 | | |
| 2424 | + | |
| 2425 | + | |
| 2426 | + | |
| 2427 | + | |
2419 | 2428 | | |
2420 | 2429 | | |
2421 | 2430 | | |
2422 | 2431 | | |
| 2432 | + | |
| 2433 | + | |
| 2434 | + | |
| 2435 | + | |
2423 | 2436 | | |
2424 | 2437 | | |
2425 | 2438 | | |
| |||
0 commit comments