Merge remote-tracking branch 'public/pr/1198' into development

This commit is contained in:
Simon Butcher 2018-07-24 17:20:17 +01:00
commit 2c92949e0a
12 changed files with 51 additions and 47 deletions

View file

@ -19,6 +19,11 @@
* This file is part of mbed TLS (https://tls.mbed.org)
*/
#if defined(__linux__)
/* Ensure that syscall() is available even when compiling with -std=c99 */
#define _GNU_SOURCE
#endif
#if !defined(MBEDTLS_CONFIG_FILE)
#include "mbedtls/config.h"
#else