This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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: [PATCH] argp: do not call _IO_fwide() if _LIBC is not defined


Hi,

BTW I was not aware about differences between glibc and gnulib.

I checked the current code of gnulib and in fact they already made this change in the past.

See: http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=commitdiff;h=14a582531cef13c855c9e9638aac630c0a43ae37


And apparently the difference exists also in misc/err.c file, in glibc the include is not protected (and _IO_fwide() too) but in gnulib the same preprocessor instruction protects the header inclusion and the function call.

Regards,

Charles-Antoine


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