Merge pull request #1510

80abc3bc Build wallet with Android NDK (MoroccanMalinois)
This commit is contained in:
Riccardo Spagni 2017-01-08 16:40:02 -08:00
commit 2a996f492f
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD
10 changed files with 103 additions and 8 deletions

View file

@ -133,7 +133,7 @@ namespace epee
bool wait_stdin_data()
{
#if !defined(WIN32)
#ifdef __OpenBSD__
#if defined(__OpenBSD__) || defined(__ANDROID__)
int stdin_fileno = fileno(stdin);
#else
int stdin_fileno = ::fileno(stdin);