mirror of
https://github.com/devkitPro/wut.git
synced 2026-04-22 17:27:40 -05:00
wutnewlib: Remove obsolete declarations to fix compiling with GCC 15
This commit is contained in:
parent
81db8e5dd4
commit
40c10ccfaf
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user