Illumos biuld fix (#357)

This commit is contained in:
David CARLIER
2020-05-09 23:21:26 +01:00
committed by GitHub
parent 1eeb6785ad
commit 515de0d68d
6 changed files with 8 additions and 6 deletions

View File

@ -33,7 +33,9 @@
#ifndef _GNU_SOURCE
#define _GNU_SOURCE 1
#endif
#ifndef _FILE_OFFSET_BITS
#define _FILE_OFFSET_BITS 64
#endif
#ifdef __ANDROID__
#include "android-ashmem.h"