libc: move fill_random to kernel/util

This commit is contained in:
2026-02-08 12:06:50 +00:00
parent 720ed75770
commit 34f614b881
3 changed files with 38 additions and 1 deletions

View File

@@ -18,7 +18,6 @@ extern int isupper(int c);
extern int isxdigit(int c);
extern int tolower(int c);
extern int toupper(int c);
extern int fill_random(unsigned char *buffer, unsigned int size);
#ifdef __cplusplus
}