Add comment documenting libc/missing.c
This commit is contained in:
parent
63094205d7
commit
befd9c0e4c
|
@ -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>
|
#include <stddef.h>
|
||||||
|
|
||||||
int getentropy(void *v, size_t s) {
|
int getentropy(void *v, size_t s) {
|
||||||
|
|
Loading…
Reference in New Issue