mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 22:30:07 +00:00
Mention in NEWS that __(NO|USE)_STRING_INLINES don't do anything anymore.
This commit is contained in:
parent
09a596cc2c
commit
d8cee557e2
4
NEWS
4
NEWS
@ -70,6 +70,10 @@ Version 2.26
|
||||
* The port to Native Client running on ARMv7-A (--host=arm-nacl) has been
|
||||
removed.
|
||||
|
||||
* <string.h> no longer includes inline versions of any string functions,
|
||||
as this kind of optimization is better done by the compiler. The macros
|
||||
__USE_STRING_INLINES and __NO_STRING_INLINES no longer have any effect.
|
||||
|
||||
* The reallocarray function has been added to libc. It is a realloc
|
||||
replacement with a check for integer overflow when calculating total
|
||||
allocation size.
|
||||
|
Loading…
Reference in New Issue
Block a user