Mbed OS version of IoT.js implementation running on GR-PEACH

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers sendfile.h Source File

sendfile.h

00001 #include "../../posix4.h"
00002 
00003 #if defined(USE_POSIX_BRIDGE)
00004     #undef _GNU_SOURCE      // to avoid compile error of uv__to_stat() in iotjs/deps/libtuv/src/unix/fs.c
00005     #undef _DEFAULT_SOURCE  // for gcc-arm-none-eabi-6-2017-q2-update-linux.tar.bz2
00006 #endif  // #if defined(USE_POSIX_BRIDGE)
00007