Re: libgloss psignal declaration [PATCH]

2005-10-26 Thread DJ Delorie
> I found the following patch necessary to build libiberty with newlib > headers. Although, glibc seems to use the same signature now. While I'm generally OK with this... 1. The patch is incomplete, as you don't update the documentation to match the new prototype. 2. GCC patches go to [EMAIL

libgloss psignal declaration [PATCH]

2005-10-26 Thread Shaun Jackman
I found the following patch necessary to build libiberty with newlib headers. Although, glibc seems to use the same signature now. Cheers, Shaun 2005-10-26 Shaun Jackman <[EMAIL PROTECTED]> * libiberty/strsignal.c (psignal): Change the signo parameter from unsigned to int, and