change PRI_TIME_T to ldd on BSD platforms

This commit is contained in:
Joris Vink 2022-08-19 17:00:33 +02:00
parent a2d312d0a0
commit 139348c2b7
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
#if defined(OpenBSD) || defined(__FreeBSD_version) || \
defined(NetBSD) || defined(__DragonFly_version)
#define PRI_TIME_T "d"
#define PRI_TIME_T "lld"
#endif
#if defined(__linux__)