wutnewlib: Remove obsolete declarations to fix compiling with GCC 15

This commit is contained in:
GaryOderNichts 2025-05-17 22:45:36 +02:00
parent 81db8e5dd4
commit 40c10ccfaf

View File

@ -21,8 +21,6 @@ int __wut_clock_getres(clockid_t clock_id, struct timespec *res);
int __wut_nanosleep(const struct timespec *req, struct timespec *rem);
struct _reent *__wut_getreent(void);
void __init_wut_malloc_lock();
void __init_wut_sbrk_heap();
void __fini_wut_sbrk_heap();
#endif // ifndef __WUT_NEWLIB_H