extmod/modussl: Coverage build fixes.

ussl-unix
Paul Sokolovsky 2016-05-26 02:02:10 +03:00
parent 2e81d62f6c
commit 9a8c12ee93
1 changed files with 2 additions and 0 deletions

View File

@ -195,6 +195,8 @@ const mp_obj_module_t mp_module_ussl = {
// These functions might be split to stream_posix.c. They are referenced by
// axtls os_port.h .
ssize_t mp_stream_posix_write(void *sock_obj, const void *buf, size_t len);
ssize_t mp_stream_posix_read(void *sock_obj, void *buf, size_t len);
int mp_stream_errno;