This commit is contained in:
DESKTOP-450PEFP\mainc 2026-03-30 09:34:33 +08:00
parent 3c01797fcf
commit 839f25dd8e

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;
};