This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 026c8eede0 drivers/note: unify spinlock related functions add 252c6a1844 libc/netdb: add proto.c No new revisions were added by this update. Summary of changes: include/netdb.h | 25 +++- libs/libc/netdb/Make.defs | 1 + .../libc/netdb/lib_proto.c | 48 ++++--- libs/libc/netdb/lib_protor.c | 145 +++++++++++++++++++++ 4 files changed, 195 insertions(+), 24 deletions(-) copy arch/renesas/src/m16c/m16c_copystate.c => libs/libc/netdb/lib_proto.c (65%) create mode 100644 libs/libc/netdb/lib_protor.c