Skip to content

Commit

Permalink
libc: fix windows build error
Browse files Browse the repository at this point in the history
nuttx_all.lib(netlib_setipv4dnsaddr.obj) : error LNK2019: unresolved external symbol _bzero referenced in function _netlib_set_ipv4dnsaddr

Co-authored-by: chenxiaoyi <[email protected]>
Co-authored-by: xuxin19 <[email protected]>
  • Loading branch information
chenxiaoyi and xuxin930 committed Aug 13, 2024
1 parent 28f92c6 commit 2067a81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/libc/string/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ set(SRCS
lib_strsep.c
lib_strerrorr.c
lib_explicit_bzero.c
lib_bzero.c
lib_strsignal.c
lib_timingsafe_bcmp.c
lib_index.c
Expand Down

0 comments on commit 2067a81

Please sign in to comment.