libstd: Fix botched exports for net_tcp
This commit is contained in:
parent
901543ff89
commit
e5cb6cc123
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ use comm = core::comm;
|
|||
// tcp interfaces
|
||||
export TcpSocket;
|
||||
// buffered socket
|
||||
export TcpSocketBuf, SocketBuf;
|
||||
export TcpSocketBuf, socket_buf;
|
||||
// errors
|
||||
export TcpErrData, TcpConnectErrData;
|
||||
// operations on a tcp_socket
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue