[net][sal] Add SAL components TLS features support

Signed-off-by: chenyong <1521761801@qq.com>
This commit is contained in:
chenyong
2018-11-15 14:48:20 +08:00
parent 1353a41183
commit beaff7c09d
9 changed files with 608 additions and 92 deletions
@@ -14,6 +14,9 @@
#include <rtthread.h>
#include <sal_socket.h>
#ifdef SAL_USING_TLS
#include <sal_tls.h>
#endif
#ifdef __cplusplus
extern "C" {