Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove breaking nsec from android #354

Merged
merged 1 commit into from
Sep 20, 2018
Merged

Remove breaking nsec from android #354

merged 1 commit into from
Sep 20, 2018

Conversation

bgermann
Copy link
Contributor

On Android targets the current build breaks:

cargo:warning=libgit2/src/iterator.c: In function 'filesystem_iterator_set_current':
cargo:warning=libgit2/src/iterator.c:1464:43: error: 'struct stat' has no member named 'st_ctim'
cargo:warning=  iter->entry.ctime.nanoseconds = entry->st.st_ctime_nsec;
cargo:warning=                                           ^
cargo:warning=libgit2/src/iterator.c:1465:43: error: 'struct stat' has no member named 'st_mtim'
cargo:warning=  iter->entry.mtime.nanoseconds = entry->st.st_mtime_nsec;

@alexcrichton
Copy link
Member

Thanks!

@alexcrichton alexcrichton merged commit c0ab463 into rust-lang:master Sep 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants