Socket interface: Added addref() and sockcaps() interfaces.

This commit is contained in:
Gregory Nutt
2017-07-13 13:36:18 -06:00
parent 833ee2275d
commit 5033a6def7
9 changed files with 299 additions and 171 deletions
+2 -3
View File
@@ -209,9 +209,8 @@ static void copy_base62(FAR char *dest, int len)
* that full path.
*
* Returned Value:
*
* Upon successful completion, mkstemp() returns an open file descriptor.
* Otherwise, -1 is returned if no suitable file could be created.
* Upon successful completion, mkstemp() returns an open file descriptor.
* Otherwise, -1 is returned if no suitable file could be created.
*
****************************************************************************/