Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
/ druntime Public archive

Conversation

@joakim-noah
Copy link
Contributor

All prior Android declarations were taken from Android API 9, which is soon to be deprecated, so I note the few that were needed by Phobos and taken from a newer API with a comment.


// Added since Lollipop
int utimensat(int dirfd, const char *pathname,
ref const(timespec)[2] times, int flags);
Copy link
Contributor Author

@joakim-noah joakim-noah May 3, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needed by this code path in phobos, which gets this test of higher precision on linux to pass on Android.

enum SIGRTMAX = 128;
else
static assert(false, "Architecture not supported.");
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding in preparation for #1565, whenever that's merged.

@dlang-bot dlang-bot merged commit a50b39e into dlang:master May 3, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants