This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH v2] New configure option --disable-crypt.
- From: Zack Weinberg <zackw at panix dot com>
- To: Andreas Schwab <schwab at linux-m68k dot org>
- Cc: GNU C Library <libc-alpha at sourceware dot org>
- Date: Mon, 23 Apr 2018 11:29:01 -0400
- Subject: Re: [PATCH v2] New configure option --disable-crypt.
- References: <20180418183411.4828-1-zackw@panix.com> <877ep4i6xm.fsf@linux-m68k.org>
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