| 480 | }; |
| 481 | |
| 482 | struct lsinfo { /* leap second information */ |
| 483 | time_t ls_trans; /* transition time (positive) */ |
| 484 | int_fast32_2s ls_corr; /* correction to apply */ |
| 485 | }; |
| 486 | |
| 487 | /* This abbreviation means local time is unspecified. */ |
| 488 | static char const UNSPEC[] = "-00"; |
no outgoing calls
no test coverage detected