mirror of
https://github.com/systemd/systemd.git
synced 2025-01-05 13:18:06 +03:00
time-util: drop unneeded 'struct'
This commit is contained in:
parent
dcc6256593
commit
65b584334d
@ -71,8 +71,8 @@ typedef enum TimestampStyle {
|
|||||||
|
|
||||||
#define TIME_T_MAX (time_t)((UINTMAX_C(1) << ((sizeof(time_t) << 3) - 1)) - 1)
|
#define TIME_T_MAX (time_t)((UINTMAX_C(1) << ((sizeof(time_t) << 3) - 1)) - 1)
|
||||||
|
|
||||||
#define DUAL_TIMESTAMP_NULL ((struct dual_timestamp) {})
|
#define DUAL_TIMESTAMP_NULL ((dual_timestamp) {})
|
||||||
#define TRIPLE_TIMESTAMP_NULL ((struct triple_timestamp) {})
|
#define TRIPLE_TIMESTAMP_NULL ((triple_timestamp) {})
|
||||||
|
|
||||||
usec_t now(clockid_t clock);
|
usec_t now(clockid_t clock);
|
||||||
nsec_t now_nsec(clockid_t clock);
|
nsec_t now_nsec(clockid_t clock);
|
||||||
|
Loading…
Reference in New Issue
Block a user