[PATCH 05/18] posix: Rewrite to use struct scratch_buffer instead of extend_alloca
Paul Eggert
eggert@cs.ucla.edu
Sat Sep 2 10:40:00 GMT 2017
Adhemerval Zanella wrote:
> + p = getpwnam (pwtmpbuf.data);
That won't work on non-glibc platforms that lack getpwnam_r, as the argument
should be 'name'. I installed the attached patch to Gnulib to fix this.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-glob-fix-typo-in-recent-change.patch
Type: text/x-patch
Size: 1213 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20170902/9d2f4a36/attachment.bin>
More information about the Libc-alpha
mailing list