libstd: Fix botched exports for net_tcp
This commit is contained in:
parent
901543ff89
commit
e5cb6cc123
@ -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…
x
Reference in New Issue
Block a user