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 v2] New configure option --disable-crypt.


On Wed, Apr 18, 2018 at 4:41 PM, Andreas Schwab <schwab@linux-m68k.org> wrote:
> On Apr 18 2018, Zack Weinberg <zackw@panix.com> wrote:
>
>> diff --git a/NEWS b/NEWS
>> index 92c9b14220..b530124dae 100644
>> --- a/NEWS
>> +++ b/NEWS
>> @@ -31,7 +31,7 @@ Deprecated and removed features, and other changes affecting compatibility:
>>     installed.  Software that was using either header should be updated to
>>     use standard <stdio.h> interfaces instead.
>>
>> - * The stdio.h functions 'getc' and 'putc' are no longer defined as macros.
>> + * The stdio functions 'getc' and 'putc' are no longer defined as macros.
>>     This was never required by the C standard, and the macros just expanded
>>     to call alternative names for the same functions.  If you hoped getc and
>>     putc would provide performance improvements over fgetc and fputc, instead
>
> This is unrelated.

I split this and pushed it separately.

zw


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