mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
3a67e81d75
_IO_fwide() is defined in libio.h file. This file is included only when _LIBC is defined. So, in case of compilation of these files without _LIBC definition, the compilation failed due to this unknown function. Now this function is called when libio.h file is included. (Change merged from gnulib. Tested on x86_64.) * argp/argp-fmtstream.c (__argp_fmtstream_update): Use [_LIBC] conditional on calls to _IO_fwide and putwc_unlocked. (Merge from gnulib.) * argp/argp-help.c (__argp_failure): Likewise. |
||
---|---|---|
.. | ||
argp-ba.c | ||
argp-eexst.c | ||
argp-fmtstream.c | ||
argp-fmtstream.h | ||
argp-fs-xinl.c | ||
argp-help.c | ||
argp-namefrob.h | ||
argp-parse.c | ||
argp-pv.c | ||
argp-pvh.c | ||
argp-test.c | ||
argp-xinl.c | ||
argp.h | ||
bug-argp1.c | ||
bug-argp2.c | ||
Makefile | ||
tst-argp1.c | ||
tst-argp2.c | ||
tst-ldbl-argp.c | ||
Versions |