Merge pull request #716 from Jakub6/master

fix _FILE_OFFSET_BITS 64 position in hackrf_transfer.c
This commit is contained in:
Michael Ossmann
2020-07-26 07:39:17 -06:00
committed by GitHub

View File

@ -20,6 +20,7 @@
* Boston, MA 02110-1301, USA. * Boston, MA 02110-1301, USA.
*/ */
#define _FILE_OFFSET_BITS 64
#include <hackrf.h> #include <hackrf.h>
@ -34,8 +35,6 @@
#include <fcntl.h> #include <fcntl.h>
#include <errno.h> #include <errno.h>
#define _FILE_OFFSET_BITS 64
#ifndef bool #ifndef bool
typedef int bool; typedef int bool;
#define true 1 #define true 1