mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
Add comment documenting libc/missing.c
This commit is contained in:
parent
63094205d7
commit
befd9c0e4c
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
/* This file contains functions that were missing
|
||||
* during picolibc compilation. They are only stubs
|
||||
* and should be probably replaced with more
|
||||
* meaningful versions.
|
||||
*/
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
int getentropy(void *v, size_t s) {
|
||||
|
|
Loading…
Reference in a new issue