Closed
Description
The signature of gettimeofday
incorrect on most all targets:
error: incompatible pointer types returning 'int (struct timeval *, struct timezone *)' from a function with result type 'int (*)(struct timeval *, void *)' [-Werror,-Wincompatible-pointer-types]
cargo:warning= return gettimeofday;
we should see if we can fix it. Will depend on how many crates are using it.
Metadata
Metadata
Assignees
Labels
No labels