diff options
| author | ruki <[email protected]> | 2020-01-28 23:33:29 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-01-28 15:20:56 +0800 |
| commit | 0a71ffa31bc0d30ab3f807253d0122b784714899 (patch) | |
| tree | 6e187c4f2c6f5871c7dcf292b84a492ebda95afd /xmake/core/base/socket.lua | |
| parent | 16602dc6bb192eb9b0a3ddfb0cf4df32e7c2c80a (diff) | |
add process:cproc
Diffstat (limited to 'xmake/core/base/socket.lua')
| -rw-r--r-- | xmake/core/base/socket.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/base/socket.lua b/xmake/core/base/socket.lua index a20271ac2..1fe895c20 100644 --- a/xmake/core/base/socket.lua +++ b/xmake/core/base/socket.lua @@ -65,7 +65,7 @@ function _instance:family() return self._FAMILY end --- get cdata socket +-- get cdata of socket function _instance:csock() return self._SOCK end |
