You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
time_t will change the type from a 32 bit value to a 64 bit value on
32-bit architectures (it's defined as c_ulong).
This should have no impact for the products (that we know of) using
vmm-sys-util because they're running on 64 bit anyway.
Signed-off-by: Andreea Florescu <[email protected]>
0 commit comments