This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libiberty strsignal


> The upcoming POSIX 200x will be standardizing strsignal, with a
> 'char *' return type (consistent with glibc) and a note that the
> user must not modify the returned string.

Do you have a public reference to this?

> Is there any special procedure for committing libiberty patches?

Apply to gcc, or gcc then src.  If you only apply to gcc, I auto-merge
it to src.

> 2008-06-19  Eric Blake  <ebb9@byu.net>
> 
> 	Adjust strsignal to POSIX 200x prototype.
> 	* strsignal.c (strsignal): Remove const.

Do you know of any platform that actually uses this?  That's what it
would need to be tested with.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]