summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-30 14:26:04 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-30 14:26:04 +0000
commit808f3c791f8bc9742a6e42a12a1b235c1c3642c8 (patch)
tree08b58e4127a77e0726ddcaa8d0ee0c98de34e824 /nuttx/ChangeLog
parent7913d4b1fa7d380e350babb15377174bc38b7726 (diff)
downloadnuttx-808f3c791f8bc9742a6e42a12a1b235c1c3642c8.tar.gz
nuttx-808f3c791f8bc9742a6e42a12a1b235c1c3642c8.tar.bz2
nuttx-808f3c791f8bc9742a6e42a12a1b235c1c3642c8.zip
Add getsockname()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3650 42af7a65-404d-4744-a932-0658087f49c3
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.