mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-29 08:14:02 -05:00
Fix CONFIG_OS=none build
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
ff013b94ca
commit
cad9b88be2
@ -234,3 +234,9 @@ int os_snprintf(char *str, size_t size, const char *format, ...)
|
||||
return 0;
|
||||
}
|
||||
#endif /* OS_NO_C_LIB_DEFINES */
|
||||
|
||||
|
||||
int os_exec(const char *program, const char *arg, int wait_completion)
|
||||
{
|
||||
return -1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user