mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 08:56:15 +09:00
util.h: fix typo
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
|
||||
#if SIZEOF_TIME_T == 8
|
||||
# define PRI_TIME PRIu64
|
||||
#elif SIZEOF_GID_T == 4
|
||||
#elif SIZEOF_TIME_T == 4
|
||||
# define PRI_TIME PRIu32
|
||||
#else
|
||||
# error Unknown time_t size
|
||||
|
||||
Reference in New Issue
Block a user