mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
libc: add errno include
This solves missing `__errno` symbol linker errors Signed-off-by: Karol Gugala <kgugala@antmicro.com>
This commit is contained in:
parent
a588c3b830
commit
22f50ec7ff
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
*/
|
||||
|
||||
#include <stddef.h>
|
||||
#include <errno.h>
|
||||
|
||||
int getentropy(void *v, size_t s) {
|
||||
return -1;
|
||||
|
|
Loading…
Reference in a new issue