summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 4ba9404b5..c57c7a826 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1789,4 +1789,5 @@
defined so that those MCUs will also benefit from the smaller, 16-
bit-based allocation overhead.
* lib/string/lib_strndup.c: Add standard strndup() library function.
-
+ * net/getsockname.c: Added standard getsockname() to return the local
+ address associated with a socket.