projects
/
rtos
/
tinyara.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04f3c5f
)
closesocket() Changed to Internal API
author
JeonginKim
<ji1.kim@samsung.com>
Mon, 18 Sep 2017 08:32:33 +0000
(17:32 +0900)
committer
JeonginKim
<ji1.kim@samsung.com>
Mon, 18 Sep 2017 08:32:33 +0000
(17:32 +0900)
os/include/sys/socket.h
patch
|
blob
|
history
diff --git
a/os/include/sys/socket.h
b/os/include/sys/socket.h
index
d1b9353
..
269f351
100644
(file)
--- a/
os/include/sys/socket.h
+++ b/
os/include/sys/socket.h
@@
-203,14
+203,18
@@
ssize_t recvfrom(int sockfd, FAR void *buf, size_t len, int flags, FAR struct so
*/
int shutdown(int sockfd, int how);
+// @cond
/**
* @brief close a socket
*
* @param[in] s the file descriptor of the socket
* @return On success, 0 is returned. On failure, -1 is returned.
* @since Tizen RT v1.0
+* @internal
*/
int closesocket(int s);
+// @endcond
+
/**
* @brief set the socket options
*