Re: [PATCH] vxworks: libgcc: include string.h for memset

2025-05-12 Thread Olivier Hainque
On Fri, 9 May 2025 at 04:26, Alexandre Oliva wrote: > > gthr-vxworks-thread.c calls memset in __ghtread_cond_signal, but it > fails ot include , where this function is declared, and GCC > 14 rejects calls of undeclared functions. Include the required > header. > > Ok to install? > Sure, thanks

[PATCH] vxworks: libgcc: include string.h for memset

2025-05-08 Thread Alexandre Oliva
gthr-vxworks-thread.c calls memset in __ghtread_cond_signal, but it fails ot include , where this function is declared, and GCC 14 rejects calls of undeclared functions. Include the required header. Tested with gcc-14 targeting ppc-vx7r2 and ppc64-vx7r2. Also tested with trunk on ppc64le-linux