Disable SSI on Zephyr by default

This commit is contained in:
Sergey Lyubka 2022-04-01 16:38:37 +01:00
parent 3d9fa10485
commit df602c27d5

View File

@ -20,6 +20,7 @@
#define strerror(x) zsock_gai_strerror(x)
#define FD_CLOEXEC 0
#define F_SETFD 0
#define MG_ENABLE_SSI 0
int rand(void);
int sscanf(const char *, const char *, ...);