summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-13 10:48:31 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-13 10:48:31 -0600
commit59f17fbd68e5327712368ab5d535f6900818cf7b (patch)
tree31ce1cdf7af55812eb74994aead0905c3ed9fa7b /nuttx/ChangeLog
parent742d9d23186b176af1b12fc89c3bc96066a9773d (diff)
downloadnuttx-59f17fbd68e5327712368ab5d535f6900818cf7b.tar.gz
nuttx-59f17fbd68e5327712368ab5d535f6900818cf7b.tar.bz2
nuttx-59f17fbd68e5327712368ab5d535f6900818cf7b.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index acde98fc0..54ca4b24d 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/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