* Jakub Jelinek: > On Sat, Dec 02, 2023 at 01:43:22PM +0100, Florian Weimer wrote: >> Some targets do not provide a prototype for fork, and compilation now >> fails with an implicit-function-declaration error. >> >> libgcc/ >> >> * libgcov-interface.c (__gcov_fork): > > Description missing (Use __builtin_fork instead of fork.). > > Ok with that change.
Fixed & pushed, thanks. Florian