Commits


Sylvain Rochet authored and Andy Green committed 309b08d8301
contrib: cross-atmel: build-out FILE_OPS Fix build failure against Atmel ASF3 SDK that does not provide a file API conforming to POSIX. libwebsockets/lib/core/libwebsockets.c: In function 'lws_open': libwebsockets/lib/core/libwebsockets.c:187:18: error: 'O_CREAT' undeclared (first use in this function) if (((__oflag & O_CREAT) == O_CREAT) ^~~~~~~