From de0d087c2e2847bab27c681d548af157cfcfdfba Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 13 Nov 2014 10:48:31 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index acde98fc0f5..54ca4b24df3 100755 --- a/ChangeLog +++ b/ChangeLog @@ -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 didn’t 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