mbedtls: Update to upstream version 2.16.9
This commit is contained in:
2
thirdparty/mbedtls/library/entropy_poll.c
vendored
2
thirdparty/mbedtls/library/entropy_poll.c
vendored
@ -44,7 +44,7 @@
|
||||
* **********
|
||||
*/
|
||||
|
||||
#if defined(__linux__)
|
||||
#if defined(__linux__) && !defined(_GNU_SOURCE)
|
||||
/* Ensure that syscall() is available even when compiling with -std=c99 */
|
||||
#define _GNU_SOURCE
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user