diff options
author | Zack Weinberg <zackw@panix.com> | 2017-06-20 08:31:18 -0400 |
---|---|---|
committer | Zack Weinberg <zackw@panix.com> | 2017-06-20 08:31:18 -0400 |
commit | d8cee557e2b67a654ba4da189bd856f00d813fbe (patch) | |
tree | 06936112aaa953bd113af2ba71a2026553fe3615 /NEWS | |
parent | 09a596cc2cf4e0f9f8e9f3bba4b1a97efcb13bcb (diff) | |
download | glibc-d8cee557e2b67a654ba4da189bd856f00d813fbe.tar.gz glibc-d8cee557e2b67a654ba4da189bd856f00d813fbe.tar.xz glibc-d8cee557e2b67a654ba4da189bd856f00d813fbe.zip |
Mention in NEWS that __(NO|USE)_STRING_INLINES don't do anything anymore.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS index f81d02f1cb..4db334b687 100644 --- a/NEWS +++ b/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. |