[PATCH] fix nl_langinfo with static linking
Roland McGrath
roland@hack.frob.com
Tue May 6 21:04:00 GMT 2014
> + ($(objpfx)tst-langinfo.out): Redirect output.
Mention use of $(evaluate-test) too.
> + default: /* Should be impossible. */
> + return (char *) "";
Make this an assert or abort rather than having the library function return
the user error indication for a case that is an implementation bug.
Otherwise looks fine to me (with BZ# added).
Thanks,
Roland
More information about the Libc-alpha
mailing list