Update ChangeLog

This commit is contained in:
Gregory Nutt 2014-11-13 10:48:31 -06:00
parent 135f1ab64a
commit de0d087c2e

View File

@ -8946,7 +8946,7 @@
* libc/string/lib_strncpy.c: The definition of strncpy() is that empty
space should be zero-filled, the patch adds the zero filling (I didnt
know this, see e.g. the POSIX spec here:
http://pubs.opengroup.org/onlinepubs/7908799/xsh/strncpy.html). From
http://pubs.opengroup.org/onlinepubs/7908799/xsh/strncpy.html). From
Lorenz Meier (2014-11-12).
* arch/arm/include/limits.h: Remove the definition of INT_FAST32_MIN
which is already defined in stdint.h (the correct location). From