From 40c10ccfaf93fbea41cc43fae765438bcca7eb95 Mon Sep 17 00:00:00 2001 From: GaryOderNichts <12049776+GaryOderNichts@users.noreply.github.com> Date: Sat, 17 May 2025 22:45:36 +0200 Subject: [PATCH] wutnewlib: Remove obsolete declarations to fix compiling with GCC 15 --- libraries/wutnewlib/wut_newlib.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/libraries/wutnewlib/wut_newlib.h b/libraries/wutnewlib/wut_newlib.h index ab32edef0..936c70565 100644 --- a/libraries/wutnewlib/wut_newlib.h +++ b/libraries/wutnewlib/wut_newlib.h @@ -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