add stubs of missing libc functions

This commit is contained in:
Tobias Nygren
2020-07-22 21:26:21 +02:00
parent db782d146c
commit e42af110fc
3 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
/* esp-idf has <sys/poll.h> but not <poll.h> */
#include <sys/poll.h>