This commit is contained in:
zhaolei 2026-03-30 09:38:26 +08:00
commit 70a0048444

View File

@ -317,7 +317,7 @@ enum {
#define HAVE_STRUCT_TIMESPEC
#if !defined(_TIMESPEC_DEFINED)
#define _TIMESPEC_DEFINED
struct timespec {
struct timespec_ {
time_t tv_sec;
long tv_nsec;
};