summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-10 16:19:12 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-10 16:19:12 +0000
commit0f11ac27b9b9dbdde216a700434b7fcdc47e1093 (patch)
tree65e310bdf9dd9db4886938931afdbeaa8d75aaff
parentf37278039ad4c2f0bfcfaed647b01aa70ae0b5d6 (diff)
downloadnuttx-0f11ac27b9b9dbdde216a700434b7fcdc47e1093.tar.gz
nuttx-0f11ac27b9b9dbdde216a700434b7fcdc47e1093.tar.bz2
nuttx-0f11ac27b9b9dbdde216a700434b7fcdc47e1093.zip
Still trying to recover directory contents
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5330 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--nuttx/libc/Kconfig (renamed from nuttx/lib/Kconfig)0
-rw-r--r--nuttx/libc/Makefile (renamed from nuttx/lib/Makefile)0
-rw-r--r--nuttx/libc/README.txt (renamed from nuttx/lib/README.txt)0
-rw-r--r--nuttx/libc/dirent/Make.defs (renamed from nuttx/lib/dirent/Make.defs)0
-rw-r--r--nuttx/libc/dirent/lib_readdirr.c (renamed from nuttx/lib/dirent/lib_readdirr.c)0
-rw-r--r--nuttx/libc/dirent/lib_telldir.c (renamed from nuttx/lib/dirent/lib_telldir.c)0
-rw-r--r--nuttx/libc/fixedmath/Make.defs (renamed from nuttx/lib/fixedmath/Make.defs)0
-rw-r--r--nuttx/libc/fixedmath/lib_b16atan2.c (renamed from nuttx/lib/fixedmath/lib_b16atan2.c)0
-rw-r--r--nuttx/libc/fixedmath/lib_b16cos.c (renamed from nuttx/lib/fixedmath/lib_b16cos.c)0
-rw-r--r--nuttx/libc/fixedmath/lib_b16sin.c (renamed from nuttx/lib/fixedmath/lib_b16sin.c)0
-rw-r--r--nuttx/libc/fixedmath/lib_fixedmath.c (renamed from nuttx/lib/fixedmath/lib_fixedmath.c)0
-rw-r--r--nuttx/libc/fixedmath/lib_rint.c (renamed from nuttx/lib/fixedmath/lib_rint.c)0
-rw-r--r--nuttx/libc/lib.csv (renamed from nuttx/lib/lib.csv)0
-rw-r--r--nuttx/libc/lib_internal.h (renamed from nuttx/lib/lib_internal.h)0
-rw-r--r--nuttx/libc/libgen/Make.defs (renamed from nuttx/lib/libgen/Make.defs)0
-rw-r--r--nuttx/libc/libgen/lib_basename.c (renamed from nuttx/lib/libgen/lib_basename.c)0
-rw-r--r--nuttx/libc/libgen/lib_dirname.c (renamed from nuttx/lib/libgen/lib_dirname.c)0
-rw-r--r--nuttx/libc/math/Kconfig (renamed from nuttx/lib/math/Kconfig)0
-rw-r--r--nuttx/libc/math/Make.defs (renamed from nuttx/lib/math/Make.defs)0
-rw-r--r--nuttx/libc/math/lib_acos.c (renamed from nuttx/lib/math/lib_acos.c)0
-rw-r--r--nuttx/libc/math/lib_acosf.c (renamed from nuttx/lib/math/lib_acosf.c)0
-rw-r--r--nuttx/libc/math/lib_acosl.c (renamed from nuttx/lib/math/lib_acosl.c)0
-rw-r--r--nuttx/libc/math/lib_asin.c (renamed from nuttx/lib/math/lib_asin.c)0
-rw-r--r--nuttx/libc/math/lib_asinf.c (renamed from nuttx/lib/math/lib_asinf.c)0
-rw-r--r--nuttx/libc/math/lib_asinl.c (renamed from nuttx/lib/math/lib_asinl.c)0
-rw-r--r--nuttx/libc/math/lib_atan.c (renamed from nuttx/lib/math/lib_atan.c)0
-rw-r--r--nuttx/libc/math/lib_atan2.c (renamed from nuttx/lib/math/lib_atan2.c)0
-rw-r--r--nuttx/libc/math/lib_atan2f.c (renamed from nuttx/lib/math/lib_atan2f.c)0
-rw-r--r--nuttx/libc/math/lib_atan2l.c (renamed from nuttx/lib/math/lib_atan2l.c)0
-rw-r--r--nuttx/libc/math/lib_atanf.c (renamed from nuttx/lib/math/lib_atanf.c)0
-rw-r--r--nuttx/libc/math/lib_atanl.c (renamed from nuttx/lib/math/lib_atanl.c)0
-rw-r--r--nuttx/libc/math/lib_ceil.c (renamed from nuttx/lib/math/lib_ceil.c)0
-rw-r--r--nuttx/libc/math/lib_ceilf.c (renamed from nuttx/lib/math/lib_ceilf.c)0
-rw-r--r--nuttx/libc/math/lib_ceill.c (renamed from nuttx/lib/math/lib_ceill.c)0
-rw-r--r--nuttx/libc/math/lib_cos.c (renamed from nuttx/lib/math/lib_cos.c)0
-rw-r--r--nuttx/libc/math/lib_cosf.c (renamed from nuttx/lib/math/lib_cosf.c)0
-rw-r--r--nuttx/libc/math/lib_cosh.c (renamed from nuttx/lib/math/lib_cosh.c)0
-rw-r--r--nuttx/libc/math/lib_coshf.c (renamed from nuttx/lib/math/lib_coshf.c)0
-rw-r--r--nuttx/libc/math/lib_coshl.c (renamed from nuttx/lib/math/lib_coshl.c)0
-rw-r--r--nuttx/libc/math/lib_cosl.c (renamed from nuttx/lib/math/lib_cosl.c)0
-rw-r--r--nuttx/libc/math/lib_exp.c (renamed from nuttx/lib/math/lib_exp.c)0
-rw-r--r--nuttx/libc/math/lib_expf.c (renamed from nuttx/lib/math/lib_expf.c)0
-rw-r--r--nuttx/libc/math/lib_expl.c (renamed from nuttx/lib/math/lib_expl.c)0
-rw-r--r--nuttx/libc/math/lib_fabs.c (renamed from nuttx/lib/math/lib_fabs.c)0
-rw-r--r--nuttx/libc/math/lib_fabsf.c (renamed from nuttx/lib/math/lib_fabsf.c)0
-rw-r--r--nuttx/libc/math/lib_fabsl.c (renamed from nuttx/lib/math/lib_fabsl.c)0
-rw-r--r--nuttx/libc/math/lib_floor.c (renamed from nuttx/lib/math/lib_floor.c)0
-rw-r--r--nuttx/libc/math/lib_floorf.c (renamed from nuttx/lib/math/lib_floorf.c)0
-rw-r--r--nuttx/libc/math/lib_floorl.c (renamed from nuttx/lib/math/lib_floorl.c)0
-rw-r--r--nuttx/libc/math/lib_fmod.c (renamed from nuttx/lib/math/lib_fmod.c)0
-rw-r--r--nuttx/libc/math/lib_fmodf.c (renamed from nuttx/lib/math/lib_fmodf.c)0
-rw-r--r--nuttx/libc/math/lib_fmodl.c (renamed from nuttx/lib/math/lib_fmodl.c)0
-rw-r--r--nuttx/libc/math/lib_frexp.c (renamed from nuttx/lib/math/lib_frexp.c)0
-rw-r--r--nuttx/libc/math/lib_frexpf.c (renamed from nuttx/lib/math/lib_frexpf.c)0
-rw-r--r--nuttx/libc/math/lib_frexpl.c (renamed from nuttx/lib/math/lib_frexpl.c)0
-rw-r--r--nuttx/libc/math/lib_ldexp.c (renamed from nuttx/lib/math/lib_ldexp.c)0
-rw-r--r--nuttx/libc/math/lib_ldexpf.c (renamed from nuttx/lib/math/lib_ldexpf.c)0
-rw-r--r--nuttx/libc/math/lib_ldexpl.c (renamed from nuttx/lib/math/lib_ldexpl.c)0
-rw-r--r--nuttx/libc/math/lib_libexpi.c (renamed from nuttx/lib/math/lib_libexpi.c)0
-rw-r--r--nuttx/libc/math/lib_libsqrtapprox.c (renamed from nuttx/lib/math/lib_libsqrtapprox.c)0
-rw-r--r--nuttx/libc/math/lib_log.c (renamed from nuttx/lib/math/lib_log.c)0
-rw-r--r--nuttx/libc/math/lib_log10.c (renamed from nuttx/lib/math/lib_log10.c)0
-rw-r--r--nuttx/libc/math/lib_log10f.c (renamed from nuttx/lib/math/lib_log10f.c)0
-rw-r--r--nuttx/libc/math/lib_log10l.c (renamed from nuttx/lib/math/lib_log10l.c)0
-rw-r--r--nuttx/libc/math/lib_log2.c (renamed from nuttx/lib/math/lib_log2.c)0
-rw-r--r--nuttx/libc/math/lib_log2f.c (renamed from nuttx/lib/math/lib_log2f.c)0
-rw-r--r--nuttx/libc/math/lib_log2l.c (renamed from nuttx/lib/math/lib_log2l.c)0
-rw-r--r--nuttx/libc/math/lib_logf.c (renamed from nuttx/lib/math/lib_logf.c)0
-rw-r--r--nuttx/libc/math/lib_logl.c (renamed from nuttx/lib/math/lib_logl.c)0
-rw-r--r--nuttx/libc/math/lib_modf.c (renamed from nuttx/lib/math/lib_modf.c)0
-rw-r--r--nuttx/libc/math/lib_modff.c (renamed from nuttx/lib/math/lib_modff.c)0
-rw-r--r--nuttx/libc/math/lib_modfl.c (renamed from nuttx/lib/math/lib_modfl.c)0
-rw-r--r--nuttx/libc/math/lib_pow.c (renamed from nuttx/lib/math/lib_pow.c)0
-rw-r--r--nuttx/libc/math/lib_powf.c (renamed from nuttx/lib/math/lib_powf.c)0
-rw-r--r--nuttx/libc/math/lib_powl.c (renamed from nuttx/lib/math/lib_powl.c)0
-rw-r--r--nuttx/libc/math/lib_sin.c (renamed from nuttx/lib/math/lib_sin.c)0
-rw-r--r--nuttx/libc/math/lib_sinf.c (renamed from nuttx/lib/math/lib_sinf.c)0
-rw-r--r--nuttx/libc/math/lib_sinh.c (renamed from nuttx/lib/math/lib_sinh.c)0
-rw-r--r--nuttx/libc/math/lib_sinhf.c (renamed from nuttx/lib/math/lib_sinhf.c)0
-rw-r--r--nuttx/libc/math/lib_sinhl.c (renamed from nuttx/lib/math/lib_sinhl.c)0
-rw-r--r--nuttx/libc/math/lib_sinl.c (renamed from nuttx/lib/math/lib_sinl.c)0
-rw-r--r--nuttx/libc/math/lib_sqrt.c (renamed from nuttx/lib/math/lib_sqrt.c)0
-rw-r--r--nuttx/libc/math/lib_sqrtf.c (renamed from nuttx/lib/math/lib_sqrtf.c)0
-rw-r--r--nuttx/libc/math/lib_sqrtl.c (renamed from nuttx/lib/math/lib_sqrtl.c)0
-rw-r--r--nuttx/libc/math/lib_tan.c (renamed from nuttx/lib/math/lib_tan.c)0
-rw-r--r--nuttx/libc/math/lib_tanf.c (renamed from nuttx/lib/math/lib_tanf.c)0
-rw-r--r--nuttx/libc/math/lib_tanh.c (renamed from nuttx/lib/math/lib_tanh.c)0
-rw-r--r--nuttx/libc/math/lib_tanhf.c (renamed from nuttx/lib/math/lib_tanhf.c)0
-rw-r--r--nuttx/libc/math/lib_tanhl.c (renamed from nuttx/lib/math/lib_tanhl.c)0
-rw-r--r--nuttx/libc/math/lib_tanl.c (renamed from nuttx/lib/math/lib_tanl.c)0
-rw-r--r--nuttx/libc/misc/Make.defs (renamed from nuttx/lib/misc/Make.defs)0
-rw-r--r--nuttx/libc/misc/lib_crc32.c (renamed from nuttx/lib/misc/lib_crc32.c)0
-rw-r--r--nuttx/libc/misc/lib_dbg.c (renamed from nuttx/lib/misc/lib_dbg.c)0
-rw-r--r--nuttx/libc/misc/lib_dumpbuffer.c (renamed from nuttx/lib/misc/lib_dumpbuffer.c)0
-rw-r--r--nuttx/libc/misc/lib_filesem.c (renamed from nuttx/lib/misc/lib_filesem.c)0
-rw-r--r--nuttx/libc/misc/lib_init.c (renamed from nuttx/lib/misc/lib_init.c)0
-rw-r--r--nuttx/libc/misc/lib_match.c (renamed from nuttx/lib/misc/lib_match.c)0
-rw-r--r--nuttx/libc/misc/lib_sendfile.c (renamed from nuttx/lib/misc/lib_sendfile.c)0
-rw-r--r--nuttx/libc/misc/lib_streamsem.c (renamed from nuttx/lib/misc/lib_streamsem.c)0
-rw-r--r--nuttx/libc/mqueue/Make.defs (renamed from nuttx/lib/mqueue/Make.defs)0
-rw-r--r--nuttx/libc/mqueue/mq_getattr.c (renamed from nuttx/lib/mqueue/mq_getattr.c)0
-rw-r--r--nuttx/libc/mqueue/mq_setattr.c (renamed from nuttx/lib/mqueue/mq_setattr.c)0
-rw-r--r--nuttx/libc/net/Make.defs (renamed from nuttx/lib/net/Make.defs)0
-rw-r--r--nuttx/libc/net/lib_etherntoa.c (renamed from nuttx/lib/net/lib_etherntoa.c)0
-rw-r--r--nuttx/libc/net/lib_htonl.c (renamed from nuttx/lib/net/lib_htonl.c)0
-rw-r--r--nuttx/libc/net/lib_htons.c (renamed from nuttx/lib/net/lib_htons.c)0
-rw-r--r--nuttx/libc/net/lib_inetaddr.c (renamed from nuttx/lib/net/lib_inetaddr.c)0
-rw-r--r--nuttx/libc/net/lib_inetntoa.c (renamed from nuttx/lib/net/lib_inetntoa.c)0
-rw-r--r--nuttx/libc/net/lib_inetntop.c (renamed from nuttx/lib/net/lib_inetntop.c)0
-rw-r--r--nuttx/libc/net/lib_inetpton.c (renamed from nuttx/lib/net/lib_inetpton.c)0
-rw-r--r--nuttx/libc/pthread/Make.defs (renamed from nuttx/lib/pthread/Make.defs)0
-rw-r--r--nuttx/libc/pthread/pthread_attrdestroy.c (renamed from nuttx/lib/pthread/pthread_attrdestroy.c)0
-rw-r--r--nuttx/libc/pthread/pthread_attrgetinheritsched.c (renamed from nuttx/lib/pthread/pthread_attrgetinheritsched.c)0
-rw-r--r--nuttx/libc/pthread/pthread_attrgetschedparam.c (renamed from nuttx/lib/pthread/pthread_attrgetschedparam.c)0
-rw-r--r--nuttx/libc/pthread/pthread_attrgetschedpolicy.c (renamed from nuttx/lib/pthread/pthread_attrgetschedpolicy.c)0
-rw-r--r--nuttx/libc/pthread/pthread_attrgetstacksize.c (renamed from nuttx/lib/pthread/pthread_attrgetstacksize.c)0
-rw-r--r--nuttx/libc/pthread/pthread_attrinit.c (renamed from nuttx/lib/pthread/pthread_attrinit.c)0
-rw-r--r--nuttx/libc/pthread/pthread_attrsetinheritsched.c (renamed from nuttx/lib/pthread/pthread_attrsetinheritsched.c)0
-rw-r--r--nuttx/libc/pthread/pthread_attrsetschedparam.c (renamed from nuttx/lib/pthread/pthread_attrsetschedparam.c)0
-rw-r--r--nuttx/libc/pthread/pthread_attrsetschedpolicy.c (renamed from nuttx/lib/pthread/pthread_attrsetschedpolicy.c)0
-rw-r--r--nuttx/libc/pthread/pthread_attrsetstacksize.c (renamed from nuttx/lib/pthread/pthread_attrsetstacksize.c)0
-rw-r--r--nuttx/libc/pthread/pthread_barrierattrdestroy.c (renamed from nuttx/lib/pthread/pthread_barrierattrdestroy.c)0
-rw-r--r--nuttx/libc/pthread/pthread_barrierattrgetpshared.c (renamed from nuttx/lib/pthread/pthread_barrierattrgetpshared.c)0
-rw-r--r--nuttx/libc/pthread/pthread_barrierattrinit.c (renamed from nuttx/lib/pthread/pthread_barrierattrinit.c)0
-rw-r--r--nuttx/libc/pthread/pthread_barrierattrsetpshared.c (renamed from nuttx/lib/pthread/pthread_barrierattrsetpshared.c)0
-rw-r--r--nuttx/libc/pthread/pthread_condattrdestroy.c (renamed from nuttx/lib/pthread/pthread_condattrdestroy.c)0
-rw-r--r--nuttx/libc/pthread/pthread_condattrinit.c (renamed from nuttx/lib/pthread/pthread_condattrinit.c)0
-rw-r--r--nuttx/libc/pthread/pthread_mutexattrdestroy.c (renamed from nuttx/lib/pthread/pthread_mutexattrdestroy.c)0
-rw-r--r--nuttx/libc/pthread/pthread_mutexattrgetpshared.c (renamed from nuttx/lib/pthread/pthread_mutexattrgetpshared.c)0
-rw-r--r--nuttx/libc/pthread/pthread_mutexattrgettype.c (renamed from nuttx/lib/pthread/pthread_mutexattrgettype.c)0
-rw-r--r--nuttx/libc/pthread/pthread_mutexattrinit.c (renamed from nuttx/lib/pthread/pthread_mutexattrinit.c)0
-rw-r--r--nuttx/libc/pthread/pthread_mutexattrsetpshared.c (renamed from nuttx/lib/pthread/pthread_mutexattrsetpshared.c)0
-rw-r--r--nuttx/libc/pthread/pthread_mutexattrsettype.c (renamed from nuttx/lib/pthread/pthread_mutexattrsettype.c)0
-rw-r--r--nuttx/libc/queue/Make.defs (renamed from nuttx/lib/queue/Make.defs)0
-rw-r--r--nuttx/libc/queue/dq_addafter.c (renamed from nuttx/lib/queue/dq_addafter.c)0
-rw-r--r--nuttx/libc/queue/dq_addbefore.c (renamed from nuttx/lib/queue/dq_addbefore.c)0
-rw-r--r--nuttx/libc/queue/dq_addfirst.c (renamed from nuttx/lib/queue/dq_addfirst.c)0
-rw-r--r--nuttx/libc/queue/dq_addlast.c (renamed from nuttx/lib/queue/dq_addlast.c)0
-rw-r--r--nuttx/libc/queue/dq_rem.c (renamed from nuttx/lib/queue/dq_rem.c)0
-rw-r--r--nuttx/libc/queue/dq_remfirst.c (renamed from nuttx/lib/queue/dq_remfirst.c)0
-rw-r--r--nuttx/libc/queue/dq_remlast.c (renamed from nuttx/lib/queue/dq_remlast.c)0
-rw-r--r--nuttx/libc/queue/sq_addafter.c (renamed from nuttx/lib/queue/sq_addafter.c)0
-rw-r--r--nuttx/libc/queue/sq_addfirst.c (renamed from nuttx/lib/queue/sq_addfirst.c)0
-rw-r--r--nuttx/libc/queue/sq_addlast.c (renamed from nuttx/lib/queue/sq_addlast.c)0
-rw-r--r--nuttx/libc/queue/sq_rem.c (renamed from nuttx/lib/queue/sq_rem.c)0
-rw-r--r--nuttx/libc/queue/sq_remafter.c (renamed from nuttx/lib/queue/sq_remafter.c)0
-rw-r--r--nuttx/libc/queue/sq_remfirst.c (renamed from nuttx/lib/queue/sq_remfirst.c)0
-rw-r--r--nuttx/libc/queue/sq_remlast.c (renamed from nuttx/lib/queue/sq_remlast.c)0
-rw-r--r--nuttx/libc/sched/Make.defs (renamed from nuttx/lib/sched/Make.defs)0
-rw-r--r--nuttx/libc/sched/sched_getprioritymax.c (renamed from nuttx/lib/sched/sched_getprioritymax.c)0
-rw-r--r--nuttx/libc/sched/sched_getprioritymin.c (renamed from nuttx/lib/sched/sched_getprioritymin.c)0
-rw-r--r--nuttx/libc/semaphore/Make.defs (renamed from nuttx/lib/semaphore/Make.defs)0
-rw-r--r--nuttx/libc/semaphore/sem_getvalue.c (renamed from nuttx/lib/semaphore/sem_getvalue.c)0
-rw-r--r--nuttx/libc/semaphore/sem_init.c (renamed from nuttx/lib/semaphore/sem_init.c)0
-rw-r--r--nuttx/libc/signal/Make.defs (renamed from nuttx/lib/signal/Make.defs)0
-rw-r--r--nuttx/libc/signal/sig_addset.c (renamed from nuttx/lib/signal/sig_addset.c)0
-rw-r--r--nuttx/libc/signal/sig_delset.c (renamed from nuttx/lib/signal/sig_delset.c)0
-rw-r--r--nuttx/libc/signal/sig_emptyset.c (renamed from nuttx/lib/signal/sig_emptyset.c)0
-rw-r--r--nuttx/libc/signal/sig_fillset.c (renamed from nuttx/lib/signal/sig_fillset.c)0
-rw-r--r--nuttx/libc/signal/sig_ismember.c (renamed from nuttx/lib/signal/sig_ismember.c)0
-rw-r--r--nuttx/libc/stdio/Make.defs (renamed from nuttx/lib/stdio/Make.defs)0
-rw-r--r--nuttx/libc/stdio/lib_asprintf.c (renamed from nuttx/lib/stdio/lib_asprintf.c)0
-rw-r--r--nuttx/libc/stdio/lib_avsprintf.c (renamed from nuttx/lib/stdio/lib_avsprintf.c)0
-rw-r--r--nuttx/libc/stdio/lib_clearerr.c (renamed from nuttx/lib/stdio/lib_clearerr.c)0
-rw-r--r--nuttx/libc/stdio/lib_dtoa.c (renamed from nuttx/lib/stdio/lib_dtoa.c)0
-rw-r--r--nuttx/libc/stdio/lib_fclose.c (renamed from nuttx/lib/stdio/lib_fclose.c)0
-rw-r--r--nuttx/libc/stdio/lib_feof.c (renamed from nuttx/lib/stdio/lib_feof.c)0
-rw-r--r--nuttx/libc/stdio/lib_ferror.c (renamed from nuttx/lib/stdio/lib_ferror.c)0
-rw-r--r--nuttx/libc/stdio/lib_fflush.c (renamed from nuttx/lib/stdio/lib_fflush.c)0
-rw-r--r--nuttx/libc/stdio/lib_fgetc.c (renamed from nuttx/lib/stdio/lib_fgetc.c)0
-rw-r--r--nuttx/libc/stdio/lib_fgetpos.c (renamed from nuttx/lib/stdio/lib_fgetpos.c)0
-rw-r--r--nuttx/libc/stdio/lib_fgets.c (renamed from nuttx/lib/stdio/lib_fgets.c)0
-rw-r--r--nuttx/libc/stdio/lib_fileno.c (renamed from nuttx/lib/stdio/lib_fileno.c)0
-rw-r--r--nuttx/libc/stdio/lib_fopen.c (renamed from nuttx/lib/stdio/lib_fopen.c)0
-rw-r--r--nuttx/libc/stdio/lib_fprintf.c (renamed from nuttx/lib/stdio/lib_fprintf.c)0
-rw-r--r--nuttx/libc/stdio/lib_fputc.c (renamed from nuttx/lib/stdio/lib_fputc.c)0
-rw-r--r--nuttx/libc/stdio/lib_fputs.c (renamed from nuttx/lib/stdio/lib_fputs.c)0
-rw-r--r--nuttx/libc/stdio/lib_fread.c (renamed from nuttx/lib/stdio/lib_fread.c)0
-rw-r--r--nuttx/libc/stdio/lib_fseek.c (renamed from nuttx/lib/stdio/lib_fseek.c)0
-rw-r--r--nuttx/libc/stdio/lib_fsetpos.c (renamed from nuttx/lib/stdio/lib_fsetpos.c)0
-rw-r--r--nuttx/libc/stdio/lib_ftell.c (renamed from nuttx/lib/stdio/lib_ftell.c)0
-rw-r--r--nuttx/libc/stdio/lib_fwrite.c (renamed from nuttx/lib/stdio/lib_fwrite.c)0
-rw-r--r--nuttx/libc/stdio/lib_gets.c (renamed from nuttx/lib/stdio/lib_gets.c)0
-rw-r--r--nuttx/libc/stdio/lib_libdtoa.c (renamed from nuttx/lib/stdio/lib_libdtoa.c)0
-rw-r--r--nuttx/libc/stdio/lib_libfflush.c (renamed from nuttx/lib/stdio/lib_libfflush.c)0
-rw-r--r--nuttx/libc/stdio/lib_libflushall.c (renamed from nuttx/lib/stdio/lib_libflushall.c)0
-rw-r--r--nuttx/libc/stdio/lib_libfread.c (renamed from nuttx/lib/stdio/lib_libfread.c)0
-rw-r--r--nuttx/libc/stdio/lib_libfwrite.c (renamed from nuttx/lib/stdio/lib_libfwrite.c)0
-rw-r--r--nuttx/libc/stdio/lib_libnoflush.c (renamed from nuttx/lib/stdio/lib_libnoflush.c)0
-rw-r--r--nuttx/libc/stdio/lib_libsprintf.c (renamed from nuttx/lib/stdio/lib_libsprintf.c)0
-rw-r--r--nuttx/libc/stdio/lib_libvsprintf.c (renamed from nuttx/lib/stdio/lib_libvsprintf.c)0
-rw-r--r--nuttx/libc/stdio/lib_lowinstream.c (renamed from nuttx/lib/stdio/lib_lowinstream.c)0
-rw-r--r--nuttx/libc/stdio/lib_lowoutstream.c (renamed from nuttx/lib/stdio/lib_lowoutstream.c)0
-rw-r--r--nuttx/libc/stdio/lib_lowprintf.c (renamed from nuttx/lib/stdio/lib_lowprintf.c)0
-rw-r--r--nuttx/libc/stdio/lib_meminstream.c (renamed from nuttx/lib/stdio/lib_meminstream.c)0
-rw-r--r--nuttx/libc/stdio/lib_memoutstream.c (renamed from nuttx/lib/stdio/lib_memoutstream.c)0
-rw-r--r--nuttx/libc/stdio/lib_nullinstream.c (renamed from nuttx/lib/stdio/lib_nullinstream.c)0
-rw-r--r--nuttx/libc/stdio/lib_nulloutstream.c (renamed from nuttx/lib/stdio/lib_nulloutstream.c)0
-rw-r--r--nuttx/libc/stdio/lib_perror.c (renamed from nuttx/lib/stdio/lib_perror.c)0
-rw-r--r--nuttx/libc/stdio/lib_printf.c (renamed from nuttx/lib/stdio/lib_printf.c)0
-rw-r--r--nuttx/libc/stdio/lib_puts.c (renamed from nuttx/lib/stdio/lib_puts.c)0
-rw-r--r--nuttx/libc/stdio/lib_rawinstream.c (renamed from nuttx/lib/stdio/lib_rawinstream.c)0
-rw-r--r--nuttx/libc/stdio/lib_rawoutstream.c (renamed from nuttx/lib/stdio/lib_rawoutstream.c)0
-rw-r--r--nuttx/libc/stdio/lib_rawprintf.c (renamed from nuttx/lib/stdio/lib_rawprintf.c)0
-rw-r--r--nuttx/libc/stdio/lib_rdflush.c (renamed from nuttx/lib/stdio/lib_rdflush.c)0
-rw-r--r--nuttx/libc/stdio/lib_snprintf.c (renamed from nuttx/lib/stdio/lib_snprintf.c)0
-rw-r--r--nuttx/libc/stdio/lib_sprintf.c (renamed from nuttx/lib/stdio/lib_sprintf.c)0
-rw-r--r--nuttx/libc/stdio/lib_sscanf.c (renamed from nuttx/lib/stdio/lib_sscanf.c)0
-rw-r--r--nuttx/libc/stdio/lib_stdinstream.c (renamed from nuttx/lib/stdio/lib_stdinstream.c)0
-rw-r--r--nuttx/libc/stdio/lib_stdoutstream.c (renamed from nuttx/lib/stdio/lib_stdoutstream.c)0
-rw-r--r--nuttx/libc/stdio/lib_syslogstream.c (renamed from nuttx/lib/stdio/lib_syslogstream.c)0
-rw-r--r--nuttx/libc/stdio/lib_ungetc.c (renamed from nuttx/lib/stdio/lib_ungetc.c)0
-rw-r--r--nuttx/libc/stdio/lib_vfprintf.c (renamed from nuttx/lib/stdio/lib_vfprintf.c)0
-rw-r--r--nuttx/libc/stdio/lib_vprintf.c (renamed from nuttx/lib/stdio/lib_vprintf.c)0
-rw-r--r--nuttx/libc/stdio/lib_vsnprintf.c (renamed from nuttx/lib/stdio/lib_vsnprintf.c)0
-rw-r--r--nuttx/libc/stdio/lib_vsprintf.c (renamed from nuttx/lib/stdio/lib_vsprintf.c)0
-rw-r--r--nuttx/libc/stdio/lib_wrflush.c (renamed from nuttx/lib/stdio/lib_wrflush.c)0
-rw-r--r--nuttx/libc/stdio/lib_zeroinstream.c (renamed from nuttx/lib/stdio/lib_zeroinstream.c)0
-rw-r--r--nuttx/libc/stdlib/Make.defs (renamed from nuttx/lib/stdlib/Make.defs)0
-rw-r--r--nuttx/libc/stdlib/lib_abort.c (renamed from nuttx/lib/stdlib/lib_abort.c)0
-rw-r--r--nuttx/libc/stdlib/lib_abs.c (renamed from nuttx/lib/stdlib/lib_abs.c)0
-rw-r--r--nuttx/libc/stdlib/lib_imaxabs.c (renamed from nuttx/lib/stdlib/lib_imaxabs.c)0
-rw-r--r--nuttx/libc/stdlib/lib_labs.c (renamed from nuttx/lib/stdlib/lib_labs.c)0
-rw-r--r--nuttx/libc/stdlib/lib_llabs.c (renamed from nuttx/lib/stdlib/lib_llabs.c)0
-rw-r--r--nuttx/libc/stdlib/lib_qsort.c (renamed from nuttx/lib/stdlib/lib_qsort.c)0
-rw-r--r--nuttx/libc/stdlib/lib_rand.c (renamed from nuttx/lib/stdlib/lib_rand.c)0
-rw-r--r--nuttx/libc/string/Make.defs (renamed from nuttx/lib/string/Make.defs)0
-rw-r--r--nuttx/libc/string/lib_checkbase.c (renamed from nuttx/lib/string/lib_checkbase.c)0
-rw-r--r--nuttx/libc/string/lib_isbasedigit.c (renamed from nuttx/lib/string/lib_isbasedigit.c)0
-rw-r--r--nuttx/libc/string/lib_memccpy.c (renamed from nuttx/lib/string/lib_memccpy.c)0
-rw-r--r--nuttx/libc/string/lib_memchr.c (renamed from nuttx/lib/string/lib_memchr.c)0
-rw-r--r--nuttx/libc/string/lib_memcmp.c (renamed from nuttx/lib/string/lib_memcmp.c)0
-rw-r--r--nuttx/libc/string/lib_memcpy.c (renamed from nuttx/lib/string/lib_memcpy.c)0
-rw-r--r--nuttx/libc/string/lib_memmove.c (renamed from nuttx/lib/string/lib_memmove.c)0
-rw-r--r--nuttx/libc/string/lib_memset.c (renamed from nuttx/lib/string/lib_memset.c)0
-rw-r--r--nuttx/libc/string/lib_skipspace.c (renamed from nuttx/lib/string/lib_skipspace.c)0
-rw-r--r--nuttx/libc/string/lib_strcasecmp.c (renamed from nuttx/lib/string/lib_strcasecmp.c)0
-rw-r--r--nuttx/libc/string/lib_strcasestr.c (renamed from nuttx/lib/string/lib_strcasestr.c)0
-rw-r--r--nuttx/libc/string/lib_strcat.c (renamed from nuttx/lib/string/lib_strcat.c)0
-rw-r--r--nuttx/libc/string/lib_strchr.c (renamed from nuttx/lib/string/lib_strchr.c)0
-rw-r--r--nuttx/libc/string/lib_strcmp.c (renamed from nuttx/lib/string/lib_strcmp.c)0
-rw-r--r--nuttx/libc/string/lib_strcpy.c (renamed from nuttx/lib/string/lib_strcpy.c)0
-rw-r--r--nuttx/libc/string/lib_strcspn.c (renamed from nuttx/lib/string/lib_strcspn.c)0
-rw-r--r--nuttx/libc/string/lib_strdup.c (renamed from nuttx/lib/string/lib_strdup.c)0
-rw-r--r--nuttx/libc/string/lib_strerror.c (renamed from nuttx/lib/string/lib_strerror.c)0
-rw-r--r--nuttx/libc/string/lib_strlen.c (renamed from nuttx/lib/string/lib_strlen.c)0
-rw-r--r--nuttx/libc/string/lib_strncasecmp.c (renamed from nuttx/lib/string/lib_strncasecmp.c)0
-rw-r--r--nuttx/libc/string/lib_strncat.c (renamed from nuttx/lib/string/lib_strncat.c)0
-rw-r--r--nuttx/libc/string/lib_strncmp.c (renamed from nuttx/lib/string/lib_strncmp.c)0
-rw-r--r--nuttx/libc/string/lib_strncpy.c (renamed from nuttx/lib/string/lib_strncpy.c)0
-rw-r--r--nuttx/libc/string/lib_strndup.c (renamed from nuttx/lib/string/lib_strndup.c)0
-rw-r--r--nuttx/libc/string/lib_strnlen.c (renamed from nuttx/lib/string/lib_strnlen.c)0
-rw-r--r--nuttx/libc/string/lib_strpbrk.c (renamed from nuttx/lib/string/lib_strpbrk.c)0
-rw-r--r--nuttx/libc/string/lib_strrchr.c (renamed from nuttx/lib/string/lib_strrchr.c)0
-rw-r--r--nuttx/libc/string/lib_strspn.c (renamed from nuttx/lib/string/lib_strspn.c)0
-rw-r--r--nuttx/libc/string/lib_strstr.c (renamed from nuttx/lib/string/lib_strstr.c)0
-rw-r--r--nuttx/libc/string/lib_strtod.c (renamed from nuttx/lib/string/lib_strtod.c)0
-rw-r--r--nuttx/libc/string/lib_strtok.c (renamed from nuttx/lib/string/lib_strtok.c)0
-rw-r--r--nuttx/libc/string/lib_strtokr.c (renamed from nuttx/lib/string/lib_strtokr.c)0
-rw-r--r--nuttx/libc/string/lib_strtol.c (renamed from nuttx/lib/string/lib_strtol.c)0
-rw-r--r--nuttx/libc/string/lib_strtoll.c (renamed from nuttx/lib/string/lib_strtoll.c)0
-rw-r--r--nuttx/libc/string/lib_strtoul.c (renamed from nuttx/lib/string/lib_strtoul.c)0
-rw-r--r--nuttx/libc/string/lib_strtoull.c (renamed from nuttx/lib/string/lib_strtoull.c)0
-rw-r--r--nuttx/libc/string/lib_vikmemcpy.c (renamed from nuttx/lib/string/lib_vikmemcpy.c)0
-rw-r--r--nuttx/libc/termios/Make.defs (renamed from nuttx/lib/termios/Make.defs)0
-rw-r--r--nuttx/libc/termios/lib_cfgetspeed.c (renamed from nuttx/lib/termios/lib_cfgetspeed.c)0
-rw-r--r--nuttx/libc/termios/lib_cfsetspeed.c (renamed from nuttx/lib/termios/lib_cfsetspeed.c)0
-rw-r--r--nuttx/libc/termios/lib_tcflush.c (renamed from nuttx/lib/termios/lib_tcflush.c)0
-rw-r--r--nuttx/libc/termios/lib_tcgetattr.c (renamed from nuttx/lib/termios/lib_tcgetattr.c)0
-rw-r--r--nuttx/libc/termios/lib_tcsetattr.c (renamed from nuttx/lib/termios/lib_tcsetattr.c)0
-rw-r--r--nuttx/libc/time/Make.defs (renamed from nuttx/lib/time/Make.defs)0
-rw-r--r--nuttx/libc/time/lib_calendar2utc.c (renamed from nuttx/lib/time/lib_calendar2utc.c)0
-rw-r--r--nuttx/libc/time/lib_daysbeforemonth.c (renamed from nuttx/lib/time/lib_daysbeforemonth.c)0
-rw-r--r--nuttx/libc/time/lib_gmtime.c (renamed from nuttx/lib/time/lib_gmtime.c)0
-rw-r--r--nuttx/libc/time/lib_gmtimer.c (renamed from nuttx/lib/time/lib_gmtimer.c)0
-rw-r--r--nuttx/libc/time/lib_isleapyear.c (renamed from nuttx/lib/time/lib_isleapyear.c)0
-rw-r--r--nuttx/libc/time/lib_mktime.c (renamed from nuttx/lib/time/lib_mktime.c)0
-rw-r--r--nuttx/libc/time/lib_strftime.c (renamed from nuttx/lib/time/lib_strftime.c)0
-rw-r--r--nuttx/libc/time/lib_time.c (renamed from nuttx/lib/time/lib_time.c)0
-rw-r--r--nuttx/libc/unistd/Make.defs (renamed from nuttx/lib/unistd/Make.defs)0
-rw-r--r--nuttx/libc/unistd/lib_chdir.c (renamed from nuttx/lib/unistd/lib_chdir.c)0
-rw-r--r--nuttx/libc/unistd/lib_getcwd.c (renamed from nuttx/lib/unistd/lib_getcwd.c)0
-rw-r--r--nuttx/libc/unistd/lib_getopt.c (renamed from nuttx/lib/unistd/lib_getopt.c)0
-rw-r--r--nuttx/libc/unistd/lib_getoptargp.c (renamed from nuttx/lib/unistd/lib_getoptargp.c)0
-rw-r--r--nuttx/libc/unistd/lib_getoptindp.c (renamed from nuttx/lib/unistd/lib_getoptindp.c)0
-rw-r--r--nuttx/libc/unistd/lib_getoptoptp.c (renamed from nuttx/lib/unistd/lib_getoptoptp.c)0
286 files changed, 0 insertions, 0 deletions
diff --git a/nuttx/lib/Kconfig b/nuttx/libc/Kconfig
index 1c93bb047..1c93bb047 100644
--- a/nuttx/lib/Kconfig
+++ b/nuttx/libc/Kconfig
diff --git a/nuttx/lib/Makefile b/nuttx/libc/Makefile
index 406c2276e..406c2276e 100644
--- a/nuttx/lib/Makefile
+++ b/nuttx/libc/Makefile
diff --git a/nuttx/lib/README.txt b/nuttx/libc/README.txt
index e99304841..e99304841 100644
--- a/nuttx/lib/README.txt
+++ b/nuttx/libc/README.txt
diff --git a/nuttx/lib/dirent/Make.defs b/nuttx/libc/dirent/Make.defs
index cc1d6b783..cc1d6b783 100644
--- a/nuttx/lib/dirent/Make.defs
+++ b/nuttx/libc/dirent/Make.defs
diff --git a/nuttx/lib/dirent/lib_readdirr.c b/nuttx/libc/dirent/lib_readdirr.c
index 47c5b9a7b..47c5b9a7b 100644
--- a/nuttx/lib/dirent/lib_readdirr.c
+++ b/nuttx/libc/dirent/lib_readdirr.c
diff --git a/nuttx/lib/dirent/lib_telldir.c b/nuttx/libc/dirent/lib_telldir.c
index 3753b326e..3753b326e 100644
--- a/nuttx/lib/dirent/lib_telldir.c
+++ b/nuttx/libc/dirent/lib_telldir.c
diff --git a/nuttx/lib/fixedmath/Make.defs b/nuttx/libc/fixedmath/Make.defs
index 578e33015..578e33015 100644
--- a/nuttx/lib/fixedmath/Make.defs
+++ b/nuttx/libc/fixedmath/Make.defs
diff --git a/nuttx/lib/fixedmath/lib_b16atan2.c b/nuttx/libc/fixedmath/lib_b16atan2.c
index 69d132f80..69d132f80 100644
--- a/nuttx/lib/fixedmath/lib_b16atan2.c
+++ b/nuttx/libc/fixedmath/lib_b16atan2.c
diff --git a/nuttx/lib/fixedmath/lib_b16cos.c b/nuttx/libc/fixedmath/lib_b16cos.c
index 3e9229029..3e9229029 100644
--- a/nuttx/lib/fixedmath/lib_b16cos.c
+++ b/nuttx/libc/fixedmath/lib_b16cos.c
diff --git a/nuttx/lib/fixedmath/lib_b16sin.c b/nuttx/libc/fixedmath/lib_b16sin.c
index 491b0ec78..491b0ec78 100644
--- a/nuttx/lib/fixedmath/lib_b16sin.c
+++ b/nuttx/libc/fixedmath/lib_b16sin.c
diff --git a/nuttx/lib/fixedmath/lib_fixedmath.c b/nuttx/libc/fixedmath/lib_fixedmath.c
index c1a710e73..c1a710e73 100644
--- a/nuttx/lib/fixedmath/lib_fixedmath.c
+++ b/nuttx/libc/fixedmath/lib_fixedmath.c
diff --git a/nuttx/lib/fixedmath/lib_rint.c b/nuttx/libc/fixedmath/lib_rint.c
index 3a6407b8c..3a6407b8c 100644
--- a/nuttx/lib/fixedmath/lib_rint.c
+++ b/nuttx/libc/fixedmath/lib_rint.c
diff --git a/nuttx/lib/lib.csv b/nuttx/libc/lib.csv
index 171f64e9b..171f64e9b 100644
--- a/nuttx/lib/lib.csv
+++ b/nuttx/libc/lib.csv
diff --git a/nuttx/lib/lib_internal.h b/nuttx/libc/lib_internal.h
index 5da0ac924..5da0ac924 100644
--- a/nuttx/lib/lib_internal.h
+++ b/nuttx/libc/lib_internal.h
diff --git a/nuttx/lib/libgen/Make.defs b/nuttx/libc/libgen/Make.defs
index f12645512..f12645512 100644
--- a/nuttx/lib/libgen/Make.defs
+++ b/nuttx/libc/libgen/Make.defs
diff --git a/nuttx/lib/libgen/lib_basename.c b/nuttx/libc/libgen/lib_basename.c
index 986c6b852..986c6b852 100644
--- a/nuttx/lib/libgen/lib_basename.c
+++ b/nuttx/libc/libgen/lib_basename.c
diff --git a/nuttx/lib/libgen/lib_dirname.c b/nuttx/libc/libgen/lib_dirname.c
index 248293a60..248293a60 100644
--- a/nuttx/lib/libgen/lib_dirname.c
+++ b/nuttx/libc/libgen/lib_dirname.c
diff --git a/nuttx/lib/math/Kconfig b/nuttx/libc/math/Kconfig
index c24bfd53f..c24bfd53f 100644
--- a/nuttx/lib/math/Kconfig
+++ b/nuttx/libc/math/Kconfig
diff --git a/nuttx/lib/math/Make.defs b/nuttx/libc/math/Make.defs
index 73d0be6f3..73d0be6f3 100644
--- a/nuttx/lib/math/Make.defs
+++ b/nuttx/libc/math/Make.defs
diff --git a/nuttx/lib/math/lib_acos.c b/nuttx/libc/math/lib_acos.c
index d5ec36b9f..d5ec36b9f 100644
--- a/nuttx/lib/math/lib_acos.c
+++ b/nuttx/libc/math/lib_acos.c
diff --git a/nuttx/lib/math/lib_acosf.c b/nuttx/libc/math/lib_acosf.c
index e14a73a6e..e14a73a6e 100644
--- a/nuttx/lib/math/lib_acosf.c
+++ b/nuttx/libc/math/lib_acosf.c
diff --git a/nuttx/lib/math/lib_acosl.c b/nuttx/libc/math/lib_acosl.c
index 911330577..911330577 100644
--- a/nuttx/lib/math/lib_acosl.c
+++ b/nuttx/libc/math/lib_acosl.c
diff --git a/nuttx/lib/math/lib_asin.c b/nuttx/libc/math/lib_asin.c
index 61b953531..61b953531 100644
--- a/nuttx/lib/math/lib_asin.c
+++ b/nuttx/libc/math/lib_asin.c
diff --git a/nuttx/lib/math/lib_asinf.c b/nuttx/libc/math/lib_asinf.c
index 17669a934..17669a934 100644
--- a/nuttx/lib/math/lib_asinf.c
+++ b/nuttx/libc/math/lib_asinf.c
diff --git a/nuttx/lib/math/lib_asinl.c b/nuttx/libc/math/lib_asinl.c
index dbb2bc3a2..dbb2bc3a2 100644
--- a/nuttx/lib/math/lib_asinl.c
+++ b/nuttx/libc/math/lib_asinl.c
diff --git a/nuttx/lib/math/lib_atan.c b/nuttx/libc/math/lib_atan.c
index b4db8fb31..b4db8fb31 100644
--- a/nuttx/lib/math/lib_atan.c
+++ b/nuttx/libc/math/lib_atan.c
diff --git a/nuttx/lib/math/lib_atan2.c b/nuttx/libc/math/lib_atan2.c
index 82d1f47ec..82d1f47ec 100644
--- a/nuttx/lib/math/lib_atan2.c
+++ b/nuttx/libc/math/lib_atan2.c
diff --git a/nuttx/lib/math/lib_atan2f.c b/nuttx/libc/math/lib_atan2f.c
index a60d32c65..a60d32c65 100644
--- a/nuttx/lib/math/lib_atan2f.c
+++ b/nuttx/libc/math/lib_atan2f.c
diff --git a/nuttx/lib/math/lib_atan2l.c b/nuttx/libc/math/lib_atan2l.c
index 07fcd9669..07fcd9669 100644
--- a/nuttx/lib/math/lib_atan2l.c
+++ b/nuttx/libc/math/lib_atan2l.c
diff --git a/nuttx/lib/math/lib_atanf.c b/nuttx/libc/math/lib_atanf.c
index 7c540dd16..7c540dd16 100644
--- a/nuttx/lib/math/lib_atanf.c
+++ b/nuttx/libc/math/lib_atanf.c
diff --git a/nuttx/lib/math/lib_atanl.c b/nuttx/libc/math/lib_atanl.c
index 0fa203098..0fa203098 100644
--- a/nuttx/lib/math/lib_atanl.c
+++ b/nuttx/libc/math/lib_atanl.c
diff --git a/nuttx/lib/math/lib_ceil.c b/nuttx/libc/math/lib_ceil.c
index 0e7602996..0e7602996 100644
--- a/nuttx/lib/math/lib_ceil.c
+++ b/nuttx/libc/math/lib_ceil.c
diff --git a/nuttx/lib/math/lib_ceilf.c b/nuttx/libc/math/lib_ceilf.c
index 0721ffc22..0721ffc22 100644
--- a/nuttx/lib/math/lib_ceilf.c
+++ b/nuttx/libc/math/lib_ceilf.c
diff --git a/nuttx/lib/math/lib_ceill.c b/nuttx/libc/math/lib_ceill.c
index a24b56f68..a24b56f68 100644
--- a/nuttx/lib/math/lib_ceill.c
+++ b/nuttx/libc/math/lib_ceill.c
diff --git a/nuttx/lib/math/lib_cos.c b/nuttx/libc/math/lib_cos.c
index aa672b855..aa672b855 100644
--- a/nuttx/lib/math/lib_cos.c
+++ b/nuttx/libc/math/lib_cos.c
diff --git a/nuttx/lib/math/lib_cosf.c b/nuttx/libc/math/lib_cosf.c
index 093a8a002..093a8a002 100644
--- a/nuttx/lib/math/lib_cosf.c
+++ b/nuttx/libc/math/lib_cosf.c
diff --git a/nuttx/lib/math/lib_cosh.c b/nuttx/libc/math/lib_cosh.c
index 1be44d293..1be44d293 100644
--- a/nuttx/lib/math/lib_cosh.c
+++ b/nuttx/libc/math/lib_cosh.c
diff --git a/nuttx/lib/math/lib_coshf.c b/nuttx/libc/math/lib_coshf.c
index d5e5ea14d..d5e5ea14d 100644
--- a/nuttx/lib/math/lib_coshf.c
+++ b/nuttx/libc/math/lib_coshf.c
diff --git a/nuttx/lib/math/lib_coshl.c b/nuttx/libc/math/lib_coshl.c
index 4576b8876..4576b8876 100644
--- a/nuttx/lib/math/lib_coshl.c
+++ b/nuttx/libc/math/lib_coshl.c
diff --git a/nuttx/lib/math/lib_cosl.c b/nuttx/libc/math/lib_cosl.c
index 25dd86139..25dd86139 100644
--- a/nuttx/lib/math/lib_cosl.c
+++ b/nuttx/libc/math/lib_cosl.c
diff --git a/nuttx/lib/math/lib_exp.c b/nuttx/libc/math/lib_exp.c
index 1e3120453..1e3120453 100644
--- a/nuttx/lib/math/lib_exp.c
+++ b/nuttx/libc/math/lib_exp.c
diff --git a/nuttx/lib/math/lib_expf.c b/nuttx/libc/math/lib_expf.c
index eac4641c6..eac4641c6 100644
--- a/nuttx/lib/math/lib_expf.c
+++ b/nuttx/libc/math/lib_expf.c
diff --git a/nuttx/lib/math/lib_expl.c b/nuttx/libc/math/lib_expl.c
index 053103c9b..053103c9b 100644
--- a/nuttx/lib/math/lib_expl.c
+++ b/nuttx/libc/math/lib_expl.c
diff --git a/nuttx/lib/math/lib_fabs.c b/nuttx/libc/math/lib_fabs.c
index ff99ceb64..ff99ceb64 100644
--- a/nuttx/lib/math/lib_fabs.c
+++ b/nuttx/libc/math/lib_fabs.c
diff --git a/nuttx/lib/math/lib_fabsf.c b/nuttx/libc/math/lib_fabsf.c
index 0ea186ca0..0ea186ca0 100644
--- a/nuttx/lib/math/lib_fabsf.c
+++ b/nuttx/libc/math/lib_fabsf.c
diff --git a/nuttx/lib/math/lib_fabsl.c b/nuttx/libc/math/lib_fabsl.c
index 5313d897d..5313d897d 100644
--- a/nuttx/lib/math/lib_fabsl.c
+++ b/nuttx/libc/math/lib_fabsl.c
diff --git a/nuttx/lib/math/lib_floor.c b/nuttx/libc/math/lib_floor.c
index f0c4477a0..f0c4477a0 100644
--- a/nuttx/lib/math/lib_floor.c
+++ b/nuttx/libc/math/lib_floor.c
diff --git a/nuttx/lib/math/lib_floorf.c b/nuttx/libc/math/lib_floorf.c
index 2becb5fac..2becb5fac 100644
--- a/nuttx/lib/math/lib_floorf.c
+++ b/nuttx/libc/math/lib_floorf.c
diff --git a/nuttx/lib/math/lib_floorl.c b/nuttx/libc/math/lib_floorl.c
index e38ce80ed..e38ce80ed 100644
--- a/nuttx/lib/math/lib_floorl.c
+++ b/nuttx/libc/math/lib_floorl.c
diff --git a/nuttx/lib/math/lib_fmod.c b/nuttx/libc/math/lib_fmod.c
index 939e7e18a..939e7e18a 100644
--- a/nuttx/lib/math/lib_fmod.c
+++ b/nuttx/libc/math/lib_fmod.c
diff --git a/nuttx/lib/math/lib_fmodf.c b/nuttx/libc/math/lib_fmodf.c
index 085786f17..085786f17 100644
--- a/nuttx/lib/math/lib_fmodf.c
+++ b/nuttx/libc/math/lib_fmodf.c
diff --git a/nuttx/lib/math/lib_fmodl.c b/nuttx/libc/math/lib_fmodl.c
index 51c5e95ec..51c5e95ec 100644
--- a/nuttx/lib/math/lib_fmodl.c
+++ b/nuttx/libc/math/lib_fmodl.c
diff --git a/nuttx/lib/math/lib_frexp.c b/nuttx/libc/math/lib_frexp.c
index 56feee863..56feee863 100644
--- a/nuttx/lib/math/lib_frexp.c
+++ b/nuttx/libc/math/lib_frexp.c
diff --git a/nuttx/lib/math/lib_frexpf.c b/nuttx/libc/math/lib_frexpf.c
index 1fb0df3d8..1fb0df3d8 100644
--- a/nuttx/lib/math/lib_frexpf.c
+++ b/nuttx/libc/math/lib_frexpf.c
diff --git a/nuttx/lib/math/lib_frexpl.c b/nuttx/libc/math/lib_frexpl.c
index 87708ad86..87708ad86 100644
--- a/nuttx/lib/math/lib_frexpl.c
+++ b/nuttx/libc/math/lib_frexpl.c
diff --git a/nuttx/lib/math/lib_ldexp.c b/nuttx/libc/math/lib_ldexp.c
index 4c7b2b721..4c7b2b721 100644
--- a/nuttx/lib/math/lib_ldexp.c
+++ b/nuttx/libc/math/lib_ldexp.c
diff --git a/nuttx/lib/math/lib_ldexpf.c b/nuttx/libc/math/lib_ldexpf.c
index c61d633d5..c61d633d5 100644
--- a/nuttx/lib/math/lib_ldexpf.c
+++ b/nuttx/libc/math/lib_ldexpf.c
diff --git a/nuttx/lib/math/lib_ldexpl.c b/nuttx/libc/math/lib_ldexpl.c
index b9a0f4a86..b9a0f4a86 100644
--- a/nuttx/lib/math/lib_ldexpl.c
+++ b/nuttx/libc/math/lib_ldexpl.c
diff --git a/nuttx/lib/math/lib_libexpi.c b/nuttx/libc/math/lib_libexpi.c
index 1ec947a71..1ec947a71 100644
--- a/nuttx/lib/math/lib_libexpi.c
+++ b/nuttx/libc/math/lib_libexpi.c
diff --git a/nuttx/lib/math/lib_libsqrtapprox.c b/nuttx/libc/math/lib_libsqrtapprox.c
index 5c556c3a0..5c556c3a0 100644
--- a/nuttx/lib/math/lib_libsqrtapprox.c
+++ b/nuttx/libc/math/lib_libsqrtapprox.c
diff --git a/nuttx/lib/math/lib_log.c b/nuttx/libc/math/lib_log.c
index 1350ba4fe..1350ba4fe 100644
--- a/nuttx/lib/math/lib_log.c
+++ b/nuttx/libc/math/lib_log.c
diff --git a/nuttx/lib/math/lib_log10.c b/nuttx/libc/math/lib_log10.c
index 47854fca4..47854fca4 100644
--- a/nuttx/lib/math/lib_log10.c
+++ b/nuttx/libc/math/lib_log10.c
diff --git a/nuttx/lib/math/lib_log10f.c b/nuttx/libc/math/lib_log10f.c
index 651071920..651071920 100644
--- a/nuttx/lib/math/lib_log10f.c
+++ b/nuttx/libc/math/lib_log10f.c
diff --git a/nuttx/lib/math/lib_log10l.c b/nuttx/libc/math/lib_log10l.c
index 65892262a..65892262a 100644
--- a/nuttx/lib/math/lib_log10l.c
+++ b/nuttx/libc/math/lib_log10l.c
diff --git a/nuttx/lib/math/lib_log2.c b/nuttx/libc/math/lib_log2.c
index 0aa1e8010..0aa1e8010 100644
--- a/nuttx/lib/math/lib_log2.c
+++ b/nuttx/libc/math/lib_log2.c
diff --git a/nuttx/lib/math/lib_log2f.c b/nuttx/libc/math/lib_log2f.c
index e160ca59e..e160ca59e 100644
--- a/nuttx/lib/math/lib_log2f.c
+++ b/nuttx/libc/math/lib_log2f.c
diff --git a/nuttx/lib/math/lib_log2l.c b/nuttx/libc/math/lib_log2l.c
index 21d26d4d7..21d26d4d7 100644
--- a/nuttx/lib/math/lib_log2l.c
+++ b/nuttx/libc/math/lib_log2l.c
diff --git a/nuttx/lib/math/lib_logf.c b/nuttx/libc/math/lib_logf.c
index 1d31aa0c0..1d31aa0c0 100644
--- a/nuttx/lib/math/lib_logf.c
+++ b/nuttx/libc/math/lib_logf.c
diff --git a/nuttx/lib/math/lib_logl.c b/nuttx/libc/math/lib_logl.c
index 577f9cee2..577f9cee2 100644
--- a/nuttx/lib/math/lib_logl.c
+++ b/nuttx/libc/math/lib_logl.c
diff --git a/nuttx/lib/math/lib_modf.c b/nuttx/libc/math/lib_modf.c
index 9dc6284c2..9dc6284c2 100644
--- a/nuttx/lib/math/lib_modf.c
+++ b/nuttx/libc/math/lib_modf.c
diff --git a/nuttx/lib/math/lib_modff.c b/nuttx/libc/math/lib_modff.c
index 4eec2ae17..4eec2ae17 100644
--- a/nuttx/lib/math/lib_modff.c
+++ b/nuttx/libc/math/lib_modff.c
diff --git a/nuttx/lib/math/lib_modfl.c b/nuttx/libc/math/lib_modfl.c
index 3b04571f3..3b04571f3 100644
--- a/nuttx/lib/math/lib_modfl.c
+++ b/nuttx/libc/math/lib_modfl.c
diff --git a/nuttx/lib/math/lib_pow.c b/nuttx/libc/math/lib_pow.c
index af0a55d32..af0a55d32 100644
--- a/nuttx/lib/math/lib_pow.c
+++ b/nuttx/libc/math/lib_pow.c
diff --git a/nuttx/lib/math/lib_powf.c b/nuttx/libc/math/lib_powf.c
index a43f9cf82..a43f9cf82 100644
--- a/nuttx/lib/math/lib_powf.c
+++ b/nuttx/libc/math/lib_powf.c
diff --git a/nuttx/lib/math/lib_powl.c b/nuttx/libc/math/lib_powl.c
index f5fbf042e..f5fbf042e 100644
--- a/nuttx/lib/math/lib_powl.c
+++ b/nuttx/libc/math/lib_powl.c
diff --git a/nuttx/lib/math/lib_sin.c b/nuttx/libc/math/lib_sin.c
index c04d6b88b..c04d6b88b 100644
--- a/nuttx/lib/math/lib_sin.c
+++ b/nuttx/libc/math/lib_sin.c
diff --git a/nuttx/lib/math/lib_sinf.c b/nuttx/libc/math/lib_sinf.c
index e298bbba4..e298bbba4 100644
--- a/nuttx/lib/math/lib_sinf.c
+++ b/nuttx/libc/math/lib_sinf.c
diff --git a/nuttx/lib/math/lib_sinh.c b/nuttx/libc/math/lib_sinh.c
index f33852433..f33852433 100644
--- a/nuttx/lib/math/lib_sinh.c
+++ b/nuttx/libc/math/lib_sinh.c
diff --git a/nuttx/lib/math/lib_sinhf.c b/nuttx/libc/math/lib_sinhf.c
index e15cb14dc..e15cb14dc 100644
--- a/nuttx/lib/math/lib_sinhf.c
+++ b/nuttx/libc/math/lib_sinhf.c
diff --git a/nuttx/lib/math/lib_sinhl.c b/nuttx/libc/math/lib_sinhl.c
index b0fea2914..b0fea2914 100644
--- a/nuttx/lib/math/lib_sinhl.c
+++ b/nuttx/libc/math/lib_sinhl.c
diff --git a/nuttx/lib/math/lib_sinl.c b/nuttx/libc/math/lib_sinl.c
index a69b548cb..a69b548cb 100644
--- a/nuttx/lib/math/lib_sinl.c
+++ b/nuttx/libc/math/lib_sinl.c
diff --git a/nuttx/lib/math/lib_sqrt.c b/nuttx/libc/math/lib_sqrt.c
index d77997f7c..d77997f7c 100644
--- a/nuttx/lib/math/lib_sqrt.c
+++ b/nuttx/libc/math/lib_sqrt.c
diff --git a/nuttx/lib/math/lib_sqrtf.c b/nuttx/libc/math/lib_sqrtf.c
index 81817a040..81817a040 100644
--- a/nuttx/lib/math/lib_sqrtf.c
+++ b/nuttx/libc/math/lib_sqrtf.c
diff --git a/nuttx/lib/math/lib_sqrtl.c b/nuttx/libc/math/lib_sqrtl.c
index 6674fe50f..6674fe50f 100644
--- a/nuttx/lib/math/lib_sqrtl.c
+++ b/nuttx/libc/math/lib_sqrtl.c
diff --git a/nuttx/lib/math/lib_tan.c b/nuttx/libc/math/lib_tan.c
index bce14b327..bce14b327 100644
--- a/nuttx/lib/math/lib_tan.c
+++ b/nuttx/libc/math/lib_tan.c
diff --git a/nuttx/lib/math/lib_tanf.c b/nuttx/libc/math/lib_tanf.c
index 3db3bda26..3db3bda26 100644
--- a/nuttx/lib/math/lib_tanf.c
+++ b/nuttx/libc/math/lib_tanf.c
diff --git a/nuttx/lib/math/lib_tanh.c b/nuttx/libc/math/lib_tanh.c
index 46fddd06d..46fddd06d 100644
--- a/nuttx/lib/math/lib_tanh.c
+++ b/nuttx/libc/math/lib_tanh.c
diff --git a/nuttx/lib/math/lib_tanhf.c b/nuttx/libc/math/lib_tanhf.c
index 94d15cc60..94d15cc60 100644
--- a/nuttx/lib/math/lib_tanhf.c
+++ b/nuttx/libc/math/lib_tanhf.c
diff --git a/nuttx/lib/math/lib_tanhl.c b/nuttx/libc/math/lib_tanhl.c
index 23c11d667..23c11d667 100644
--- a/nuttx/lib/math/lib_tanhl.c
+++ b/nuttx/libc/math/lib_tanhl.c
diff --git a/nuttx/lib/math/lib_tanl.c b/nuttx/libc/math/lib_tanl.c
index 4973aa073..4973aa073 100644
--- a/nuttx/lib/math/lib_tanl.c
+++ b/nuttx/libc/math/lib_tanl.c
diff --git a/nuttx/lib/misc/Make.defs b/nuttx/libc/misc/Make.defs
index c12533f75..c12533f75 100644
--- a/nuttx/lib/misc/Make.defs
+++ b/nuttx/libc/misc/Make.defs
diff --git a/nuttx/lib/misc/lib_crc32.c b/nuttx/libc/misc/lib_crc32.c
index f851598e0..f851598e0 100644
--- a/nuttx/lib/misc/lib_crc32.c
+++ b/nuttx/libc/misc/lib_crc32.c
diff --git a/nuttx/lib/misc/lib_dbg.c b/nuttx/libc/misc/lib_dbg.c
index aacdaa30a..aacdaa30a 100644
--- a/nuttx/lib/misc/lib_dbg.c
+++ b/nuttx/libc/misc/lib_dbg.c
diff --git a/nuttx/lib/misc/lib_dumpbuffer.c b/nuttx/libc/misc/lib_dumpbuffer.c
index 155468ca1..155468ca1 100644
--- a/nuttx/lib/misc/lib_dumpbuffer.c
+++ b/nuttx/libc/misc/lib_dumpbuffer.c
diff --git a/nuttx/lib/misc/lib_filesem.c b/nuttx/libc/misc/lib_filesem.c
index 1d1f25c2f..1d1f25c2f 100644
--- a/nuttx/lib/misc/lib_filesem.c
+++ b/nuttx/libc/misc/lib_filesem.c
diff --git a/nuttx/lib/misc/lib_init.c b/nuttx/libc/misc/lib_init.c
index 3403a837b..3403a837b 100644
--- a/nuttx/lib/misc/lib_init.c
+++ b/nuttx/libc/misc/lib_init.c
diff --git a/nuttx/lib/misc/lib_match.c b/nuttx/libc/misc/lib_match.c
index 18e0632ec..18e0632ec 100644
--- a/nuttx/lib/misc/lib_match.c
+++ b/nuttx/libc/misc/lib_match.c
diff --git a/nuttx/lib/misc/lib_sendfile.c b/nuttx/libc/misc/lib_sendfile.c
index a82eb325e..a82eb325e 100644
--- a/nuttx/lib/misc/lib_sendfile.c
+++ b/nuttx/libc/misc/lib_sendfile.c
diff --git a/nuttx/lib/misc/lib_streamsem.c b/nuttx/libc/misc/lib_streamsem.c
index fdf494e75..fdf494e75 100644
--- a/nuttx/lib/misc/lib_streamsem.c
+++ b/nuttx/libc/misc/lib_streamsem.c
diff --git a/nuttx/lib/mqueue/Make.defs b/nuttx/libc/mqueue/Make.defs
index 40dc6c13e..40dc6c13e 100644
--- a/nuttx/lib/mqueue/Make.defs
+++ b/nuttx/libc/mqueue/Make.defs
diff --git a/nuttx/lib/mqueue/mq_getattr.c b/nuttx/libc/mqueue/mq_getattr.c
index 9c9f47fdc..9c9f47fdc 100644
--- a/nuttx/lib/mqueue/mq_getattr.c
+++ b/nuttx/libc/mqueue/mq_getattr.c
diff --git a/nuttx/lib/mqueue/mq_setattr.c b/nuttx/libc/mqueue/mq_setattr.c
index 1276d64e8..1276d64e8 100644
--- a/nuttx/lib/mqueue/mq_setattr.c
+++ b/nuttx/libc/mqueue/mq_setattr.c
diff --git a/nuttx/lib/net/Make.defs b/nuttx/libc/net/Make.defs
index ae041bd2c..ae041bd2c 100644
--- a/nuttx/lib/net/Make.defs
+++ b/nuttx/libc/net/Make.defs
diff --git a/nuttx/lib/net/lib_etherntoa.c b/nuttx/libc/net/lib_etherntoa.c
index f89f205a2..f89f205a2 100644
--- a/nuttx/lib/net/lib_etherntoa.c
+++ b/nuttx/libc/net/lib_etherntoa.c
diff --git a/nuttx/lib/net/lib_htonl.c b/nuttx/libc/net/lib_htonl.c
index e4c3e5383..e4c3e5383 100644
--- a/nuttx/lib/net/lib_htonl.c
+++ b/nuttx/libc/net/lib_htonl.c
diff --git a/nuttx/lib/net/lib_htons.c b/nuttx/libc/net/lib_htons.c
index b4117e1dc..b4117e1dc 100644
--- a/nuttx/lib/net/lib_htons.c
+++ b/nuttx/libc/net/lib_htons.c
diff --git a/nuttx/lib/net/lib_inetaddr.c b/nuttx/libc/net/lib_inetaddr.c
index 48b01d682..48b01d682 100644
--- a/nuttx/lib/net/lib_inetaddr.c
+++ b/nuttx/libc/net/lib_inetaddr.c
diff --git a/nuttx/lib/net/lib_inetntoa.c b/nuttx/libc/net/lib_inetntoa.c
index 0f4fb61df..0f4fb61df 100644
--- a/nuttx/lib/net/lib_inetntoa.c
+++ b/nuttx/libc/net/lib_inetntoa.c
diff --git a/nuttx/lib/net/lib_inetntop.c b/nuttx/libc/net/lib_inetntop.c
index dc6a2d0d7..dc6a2d0d7 100644
--- a/nuttx/lib/net/lib_inetntop.c
+++ b/nuttx/libc/net/lib_inetntop.c
diff --git a/nuttx/lib/net/lib_inetpton.c b/nuttx/libc/net/lib_inetpton.c
index 5371cd3f2..5371cd3f2 100644
--- a/nuttx/lib/net/lib_inetpton.c
+++ b/nuttx/libc/net/lib_inetpton.c
diff --git a/nuttx/lib/pthread/Make.defs b/nuttx/libc/pthread/Make.defs
index a1eba7bb0..a1eba7bb0 100644
--- a/nuttx/lib/pthread/Make.defs
+++ b/nuttx/libc/pthread/Make.defs
diff --git a/nuttx/lib/pthread/pthread_attrdestroy.c b/nuttx/libc/pthread/pthread_attrdestroy.c
index 103528c7e..103528c7e 100644
--- a/nuttx/lib/pthread/pthread_attrdestroy.c
+++ b/nuttx/libc/pthread/pthread_attrdestroy.c
diff --git a/nuttx/lib/pthread/pthread_attrgetinheritsched.c b/nuttx/libc/pthread/pthread_attrgetinheritsched.c
index 02d6e0b7c..02d6e0b7c 100644
--- a/nuttx/lib/pthread/pthread_attrgetinheritsched.c
+++ b/nuttx/libc/pthread/pthread_attrgetinheritsched.c
diff --git a/nuttx/lib/pthread/pthread_attrgetschedparam.c b/nuttx/libc/pthread/pthread_attrgetschedparam.c
index c6bf55dea..c6bf55dea 100644
--- a/nuttx/lib/pthread/pthread_attrgetschedparam.c
+++ b/nuttx/libc/pthread/pthread_attrgetschedparam.c
diff --git a/nuttx/lib/pthread/pthread_attrgetschedpolicy.c b/nuttx/libc/pthread/pthread_attrgetschedpolicy.c
index c42b828c9..c42b828c9 100644
--- a/nuttx/lib/pthread/pthread_attrgetschedpolicy.c
+++ b/nuttx/libc/pthread/pthread_attrgetschedpolicy.c
diff --git a/nuttx/lib/pthread/pthread_attrgetstacksize.c b/nuttx/libc/pthread/pthread_attrgetstacksize.c
index 2faa586ba..2faa586ba 100644
--- a/nuttx/lib/pthread/pthread_attrgetstacksize.c
+++ b/nuttx/libc/pthread/pthread_attrgetstacksize.c
diff --git a/nuttx/lib/pthread/pthread_attrinit.c b/nuttx/libc/pthread/pthread_attrinit.c
index d06a535d7..d06a535d7 100644
--- a/nuttx/lib/pthread/pthread_attrinit.c
+++ b/nuttx/libc/pthread/pthread_attrinit.c
diff --git a/nuttx/lib/pthread/pthread_attrsetinheritsched.c b/nuttx/libc/pthread/pthread_attrsetinheritsched.c
index df2c2fba3..df2c2fba3 100644
--- a/nuttx/lib/pthread/pthread_attrsetinheritsched.c
+++ b/nuttx/libc/pthread/pthread_attrsetinheritsched.c
diff --git a/nuttx/lib/pthread/pthread_attrsetschedparam.c b/nuttx/libc/pthread/pthread_attrsetschedparam.c
index c2ab4d1c4..c2ab4d1c4 100644
--- a/nuttx/lib/pthread/pthread_attrsetschedparam.c
+++ b/nuttx/libc/pthread/pthread_attrsetschedparam.c
diff --git a/nuttx/lib/pthread/pthread_attrsetschedpolicy.c b/nuttx/libc/pthread/pthread_attrsetschedpolicy.c
index 4e43e635d..4e43e635d 100644
--- a/nuttx/lib/pthread/pthread_attrsetschedpolicy.c
+++ b/nuttx/libc/pthread/pthread_attrsetschedpolicy.c
diff --git a/nuttx/lib/pthread/pthread_attrsetstacksize.c b/nuttx/libc/pthread/pthread_attrsetstacksize.c
index 8a826dd3a..8a826dd3a 100644
--- a/nuttx/lib/pthread/pthread_attrsetstacksize.c
+++ b/nuttx/libc/pthread/pthread_attrsetstacksize.c
diff --git a/nuttx/lib/pthread/pthread_barrierattrdestroy.c b/nuttx/libc/pthread/pthread_barrierattrdestroy.c
index 6d16b9cff..6d16b9cff 100644
--- a/nuttx/lib/pthread/pthread_barrierattrdestroy.c
+++ b/nuttx/libc/pthread/pthread_barrierattrdestroy.c
diff --git a/nuttx/lib/pthread/pthread_barrierattrgetpshared.c b/nuttx/libc/pthread/pthread_barrierattrgetpshared.c
index d29bc6dfc..d29bc6dfc 100644
--- a/nuttx/lib/pthread/pthread_barrierattrgetpshared.c
+++ b/nuttx/libc/pthread/pthread_barrierattrgetpshared.c
diff --git a/nuttx/lib/pthread/pthread_barrierattrinit.c b/nuttx/libc/pthread/pthread_barrierattrinit.c
index b5f35ca91..b5f35ca91 100644
--- a/nuttx/lib/pthread/pthread_barrierattrinit.c
+++ b/nuttx/libc/pthread/pthread_barrierattrinit.c
diff --git a/nuttx/lib/pthread/pthread_barrierattrsetpshared.c b/nuttx/libc/pthread/pthread_barrierattrsetpshared.c
index d0eecbf5a..d0eecbf5a 100644
--- a/nuttx/lib/pthread/pthread_barrierattrsetpshared.c
+++ b/nuttx/libc/pthread/pthread_barrierattrsetpshared.c
diff --git a/nuttx/lib/pthread/pthread_condattrdestroy.c b/nuttx/libc/pthread/pthread_condattrdestroy.c
index d6c3df5d1..d6c3df5d1 100644
--- a/nuttx/lib/pthread/pthread_condattrdestroy.c
+++ b/nuttx/libc/pthread/pthread_condattrdestroy.c
diff --git a/nuttx/lib/pthread/pthread_condattrinit.c b/nuttx/libc/pthread/pthread_condattrinit.c
index 5721c6159..5721c6159 100644
--- a/nuttx/lib/pthread/pthread_condattrinit.c
+++ b/nuttx/libc/pthread/pthread_condattrinit.c
diff --git a/nuttx/lib/pthread/pthread_mutexattrdestroy.c b/nuttx/libc/pthread/pthread_mutexattrdestroy.c
index e9868df68..e9868df68 100644
--- a/nuttx/lib/pthread/pthread_mutexattrdestroy.c
+++ b/nuttx/libc/pthread/pthread_mutexattrdestroy.c
diff --git a/nuttx/lib/pthread/pthread_mutexattrgetpshared.c b/nuttx/libc/pthread/pthread_mutexattrgetpshared.c
index bc6379db5..bc6379db5 100644
--- a/nuttx/lib/pthread/pthread_mutexattrgetpshared.c
+++ b/nuttx/libc/pthread/pthread_mutexattrgetpshared.c
diff --git a/nuttx/lib/pthread/pthread_mutexattrgettype.c b/nuttx/libc/pthread/pthread_mutexattrgettype.c
index 5fb10f301..5fb10f301 100644
--- a/nuttx/lib/pthread/pthread_mutexattrgettype.c
+++ b/nuttx/libc/pthread/pthread_mutexattrgettype.c
diff --git a/nuttx/lib/pthread/pthread_mutexattrinit.c b/nuttx/libc/pthread/pthread_mutexattrinit.c
index f815bf16c..f815bf16c 100644
--- a/nuttx/lib/pthread/pthread_mutexattrinit.c
+++ b/nuttx/libc/pthread/pthread_mutexattrinit.c
diff --git a/nuttx/lib/pthread/pthread_mutexattrsetpshared.c b/nuttx/libc/pthread/pthread_mutexattrsetpshared.c
index 900476fdd..900476fdd 100644
--- a/nuttx/lib/pthread/pthread_mutexattrsetpshared.c
+++ b/nuttx/libc/pthread/pthread_mutexattrsetpshared.c
diff --git a/nuttx/lib/pthread/pthread_mutexattrsettype.c b/nuttx/libc/pthread/pthread_mutexattrsettype.c
index 81427c757..81427c757 100644
--- a/nuttx/lib/pthread/pthread_mutexattrsettype.c
+++ b/nuttx/libc/pthread/pthread_mutexattrsettype.c
diff --git a/nuttx/lib/queue/Make.defs b/nuttx/libc/queue/Make.defs
index 976e7a2b8..976e7a2b8 100644
--- a/nuttx/lib/queue/Make.defs
+++ b/nuttx/libc/queue/Make.defs
diff --git a/nuttx/lib/queue/dq_addafter.c b/nuttx/libc/queue/dq_addafter.c
index bfbe0052d..bfbe0052d 100644
--- a/nuttx/lib/queue/dq_addafter.c
+++ b/nuttx/libc/queue/dq_addafter.c
diff --git a/nuttx/lib/queue/dq_addbefore.c b/nuttx/libc/queue/dq_addbefore.c
index d740ea830..d740ea830 100644
--- a/nuttx/lib/queue/dq_addbefore.c
+++ b/nuttx/libc/queue/dq_addbefore.c
diff --git a/nuttx/lib/queue/dq_addfirst.c b/nuttx/libc/queue/dq_addfirst.c
index 7c7312de3..7c7312de3 100644
--- a/nuttx/lib/queue/dq_addfirst.c
+++ b/nuttx/libc/queue/dq_addfirst.c
diff --git a/nuttx/lib/queue/dq_addlast.c b/nuttx/libc/queue/dq_addlast.c
index 745deb27d..745deb27d 100644
--- a/nuttx/lib/queue/dq_addlast.c
+++ b/nuttx/libc/queue/dq_addlast.c
diff --git a/nuttx/lib/queue/dq_rem.c b/nuttx/libc/queue/dq_rem.c
index 218427bf8..218427bf8 100644
--- a/nuttx/lib/queue/dq_rem.c
+++ b/nuttx/libc/queue/dq_rem.c
diff --git a/nuttx/lib/queue/dq_remfirst.c b/nuttx/libc/queue/dq_remfirst.c
index 26c5fd7a6..26c5fd7a6 100644
--- a/nuttx/lib/queue/dq_remfirst.c
+++ b/nuttx/libc/queue/dq_remfirst.c
diff --git a/nuttx/lib/queue/dq_remlast.c b/nuttx/libc/queue/dq_remlast.c
index 35adc73e2..35adc73e2 100644
--- a/nuttx/lib/queue/dq_remlast.c
+++ b/nuttx/libc/queue/dq_remlast.c
diff --git a/nuttx/lib/queue/sq_addafter.c b/nuttx/libc/queue/sq_addafter.c
index 965ac2844..965ac2844 100644
--- a/nuttx/lib/queue/sq_addafter.c
+++ b/nuttx/libc/queue/sq_addafter.c
diff --git a/nuttx/lib/queue/sq_addfirst.c b/nuttx/libc/queue/sq_addfirst.c
index 8fc8e0619..8fc8e0619 100644
--- a/nuttx/lib/queue/sq_addfirst.c
+++ b/nuttx/libc/queue/sq_addfirst.c
diff --git a/nuttx/lib/queue/sq_addlast.c b/nuttx/libc/queue/sq_addlast.c
index f9f9625cc..f9f9625cc 100644
--- a/nuttx/lib/queue/sq_addlast.c
+++ b/nuttx/libc/queue/sq_addlast.c
diff --git a/nuttx/lib/queue/sq_rem.c b/nuttx/libc/queue/sq_rem.c
index 6ba52354d..6ba52354d 100644
--- a/nuttx/lib/queue/sq_rem.c
+++ b/nuttx/libc/queue/sq_rem.c
diff --git a/nuttx/lib/queue/sq_remafter.c b/nuttx/libc/queue/sq_remafter.c
index 4dcfb06e4..4dcfb06e4 100644
--- a/nuttx/lib/queue/sq_remafter.c
+++ b/nuttx/libc/queue/sq_remafter.c
diff --git a/nuttx/lib/queue/sq_remfirst.c b/nuttx/libc/queue/sq_remfirst.c
index 43df6de41..43df6de41 100644
--- a/nuttx/lib/queue/sq_remfirst.c
+++ b/nuttx/libc/queue/sq_remfirst.c
diff --git a/nuttx/lib/queue/sq_remlast.c b/nuttx/libc/queue/sq_remlast.c
index 92cdbde98..92cdbde98 100644
--- a/nuttx/lib/queue/sq_remlast.c
+++ b/nuttx/libc/queue/sq_remlast.c
diff --git a/nuttx/lib/sched/Make.defs b/nuttx/libc/sched/Make.defs
index f398b755e..f398b755e 100644
--- a/nuttx/lib/sched/Make.defs
+++ b/nuttx/libc/sched/Make.defs
diff --git a/nuttx/lib/sched/sched_getprioritymax.c b/nuttx/libc/sched/sched_getprioritymax.c
index 14b368dfc..14b368dfc 100644
--- a/nuttx/lib/sched/sched_getprioritymax.c
+++ b/nuttx/libc/sched/sched_getprioritymax.c
diff --git a/nuttx/lib/sched/sched_getprioritymin.c b/nuttx/libc/sched/sched_getprioritymin.c
index 86410cb0f..86410cb0f 100644
--- a/nuttx/lib/sched/sched_getprioritymin.c
+++ b/nuttx/libc/sched/sched_getprioritymin.c
diff --git a/nuttx/lib/semaphore/Make.defs b/nuttx/libc/semaphore/Make.defs
index fdc0fe7d5..fdc0fe7d5 100644
--- a/nuttx/lib/semaphore/Make.defs
+++ b/nuttx/libc/semaphore/Make.defs
diff --git a/nuttx/lib/semaphore/sem_getvalue.c b/nuttx/libc/semaphore/sem_getvalue.c
index 31c6bb7e0..31c6bb7e0 100644
--- a/nuttx/lib/semaphore/sem_getvalue.c
+++ b/nuttx/libc/semaphore/sem_getvalue.c
diff --git a/nuttx/lib/semaphore/sem_init.c b/nuttx/libc/semaphore/sem_init.c
index bc14415f9..bc14415f9 100644
--- a/nuttx/lib/semaphore/sem_init.c
+++ b/nuttx/libc/semaphore/sem_init.c
diff --git a/nuttx/lib/signal/Make.defs b/nuttx/libc/signal/Make.defs
index e27da9b2e..e27da9b2e 100644
--- a/nuttx/lib/signal/Make.defs
+++ b/nuttx/libc/signal/Make.defs
diff --git a/nuttx/lib/signal/sig_addset.c b/nuttx/libc/signal/sig_addset.c
index 19ba0cb6b..19ba0cb6b 100644
--- a/nuttx/lib/signal/sig_addset.c
+++ b/nuttx/libc/signal/sig_addset.c
diff --git a/nuttx/lib/signal/sig_delset.c b/nuttx/libc/signal/sig_delset.c
index 1c661d37f..1c661d37f 100644
--- a/nuttx/lib/signal/sig_delset.c
+++ b/nuttx/libc/signal/sig_delset.c
diff --git a/nuttx/lib/signal/sig_emptyset.c b/nuttx/libc/signal/sig_emptyset.c
index ac0c6b3e8..ac0c6b3e8 100644
--- a/nuttx/lib/signal/sig_emptyset.c
+++ b/nuttx/libc/signal/sig_emptyset.c
diff --git a/nuttx/lib/signal/sig_fillset.c b/nuttx/libc/signal/sig_fillset.c
index 8697d7577..8697d7577 100644
--- a/nuttx/lib/signal/sig_fillset.c
+++ b/nuttx/libc/signal/sig_fillset.c
diff --git a/nuttx/lib/signal/sig_ismember.c b/nuttx/libc/signal/sig_ismember.c
index c5bb091b7..c5bb091b7 100644
--- a/nuttx/lib/signal/sig_ismember.c
+++ b/nuttx/libc/signal/sig_ismember.c
diff --git a/nuttx/lib/stdio/Make.defs b/nuttx/libc/stdio/Make.defs
index e4ee5e969..e4ee5e969 100644
--- a/nuttx/lib/stdio/Make.defs
+++ b/nuttx/libc/stdio/Make.defs
diff --git a/nuttx/lib/stdio/lib_asprintf.c b/nuttx/libc/stdio/lib_asprintf.c
index 84aaafa46..84aaafa46 100644
--- a/nuttx/lib/stdio/lib_asprintf.c
+++ b/nuttx/libc/stdio/lib_asprintf.c
diff --git a/nuttx/lib/stdio/lib_avsprintf.c b/nuttx/libc/stdio/lib_avsprintf.c
index 8561b97c2..8561b97c2 100644
--- a/nuttx/lib/stdio/lib_avsprintf.c
+++ b/nuttx/libc/stdio/lib_avsprintf.c
diff --git a/nuttx/lib/stdio/lib_clearerr.c b/nuttx/libc/stdio/lib_clearerr.c
index 7f7ded5bb..7f7ded5bb 100644
--- a/nuttx/lib/stdio/lib_clearerr.c
+++ b/nuttx/libc/stdio/lib_clearerr.c
diff --git a/nuttx/lib/stdio/lib_dtoa.c b/nuttx/libc/stdio/lib_dtoa.c
index b8c7db980..b8c7db980 100644
--- a/nuttx/lib/stdio/lib_dtoa.c
+++ b/nuttx/libc/stdio/lib_dtoa.c
diff --git a/nuttx/lib/stdio/lib_fclose.c b/nuttx/libc/stdio/lib_fclose.c
index 8cecb8af3..8cecb8af3 100644
--- a/nuttx/lib/stdio/lib_fclose.c
+++ b/nuttx/libc/stdio/lib_fclose.c
diff --git a/nuttx/lib/stdio/lib_feof.c b/nuttx/libc/stdio/lib_feof.c
index e44c6a3c9..e44c6a3c9 100644
--- a/nuttx/lib/stdio/lib_feof.c
+++ b/nuttx/libc/stdio/lib_feof.c
diff --git a/nuttx/lib/stdio/lib_ferror.c b/nuttx/libc/stdio/lib_ferror.c
index 4ad7d8cfc..4ad7d8cfc 100644
--- a/nuttx/lib/stdio/lib_ferror.c
+++ b/nuttx/libc/stdio/lib_ferror.c
diff --git a/nuttx/lib/stdio/lib_fflush.c b/nuttx/libc/stdio/lib_fflush.c
index d0b5e0185..d0b5e0185 100644
--- a/nuttx/lib/stdio/lib_fflush.c
+++ b/nuttx/libc/stdio/lib_fflush.c
diff --git a/nuttx/lib/stdio/lib_fgetc.c b/nuttx/libc/stdio/lib_fgetc.c
index 4b3d0ec44..4b3d0ec44 100644
--- a/nuttx/lib/stdio/lib_fgetc.c
+++ b/nuttx/libc/stdio/lib_fgetc.c
diff --git a/nuttx/lib/stdio/lib_fgetpos.c b/nuttx/libc/stdio/lib_fgetpos.c
index e9e9f4d10..e9e9f4d10 100644
--- a/nuttx/lib/stdio/lib_fgetpos.c
+++ b/nuttx/libc/stdio/lib_fgetpos.c
diff --git a/nuttx/lib/stdio/lib_fgets.c b/nuttx/libc/stdio/lib_fgets.c
index a4f9089ed..a4f9089ed 100644
--- a/nuttx/lib/stdio/lib_fgets.c
+++ b/nuttx/libc/stdio/lib_fgets.c
diff --git a/nuttx/lib/stdio/lib_fileno.c b/nuttx/libc/stdio/lib_fileno.c
index fca08fc0d..fca08fc0d 100644
--- a/nuttx/lib/stdio/lib_fileno.c
+++ b/nuttx/libc/stdio/lib_fileno.c
diff --git a/nuttx/lib/stdio/lib_fopen.c b/nuttx/libc/stdio/lib_fopen.c
index 29ff4569c..29ff4569c 100644
--- a/nuttx/lib/stdio/lib_fopen.c
+++ b/nuttx/libc/stdio/lib_fopen.c
diff --git a/nuttx/lib/stdio/lib_fprintf.c b/nuttx/libc/stdio/lib_fprintf.c
index a803de4bd..a803de4bd 100644
--- a/nuttx/lib/stdio/lib_fprintf.c
+++ b/nuttx/libc/stdio/lib_fprintf.c
diff --git a/nuttx/lib/stdio/lib_fputc.c b/nuttx/libc/stdio/lib_fputc.c
index 121161f10..121161f10 100644
--- a/nuttx/lib/stdio/lib_fputc.c
+++ b/nuttx/libc/stdio/lib_fputc.c
diff --git a/nuttx/lib/stdio/lib_fputs.c b/nuttx/libc/stdio/lib_fputs.c
index 2d6217d4a..2d6217d4a 100644
--- a/nuttx/lib/stdio/lib_fputs.c
+++ b/nuttx/libc/stdio/lib_fputs.c
diff --git a/nuttx/lib/stdio/lib_fread.c b/nuttx/libc/stdio/lib_fread.c
index 4a4b29256..4a4b29256 100644
--- a/nuttx/lib/stdio/lib_fread.c
+++ b/nuttx/libc/stdio/lib_fread.c
diff --git a/nuttx/lib/stdio/lib_fseek.c b/nuttx/libc/stdio/lib_fseek.c
index 7380f83b3..7380f83b3 100644
--- a/nuttx/lib/stdio/lib_fseek.c
+++ b/nuttx/libc/stdio/lib_fseek.c
diff --git a/nuttx/lib/stdio/lib_fsetpos.c b/nuttx/libc/stdio/lib_fsetpos.c
index 13d556521..13d556521 100644
--- a/nuttx/lib/stdio/lib_fsetpos.c
+++ b/nuttx/libc/stdio/lib_fsetpos.c
diff --git a/nuttx/lib/stdio/lib_ftell.c b/nuttx/libc/stdio/lib_ftell.c
index 947648152..947648152 100644
--- a/nuttx/lib/stdio/lib_ftell.c
+++ b/nuttx/libc/stdio/lib_ftell.c
diff --git a/nuttx/lib/stdio/lib_fwrite.c b/nuttx/libc/stdio/lib_fwrite.c
index 60e001746..60e001746 100644
--- a/nuttx/lib/stdio/lib_fwrite.c
+++ b/nuttx/libc/stdio/lib_fwrite.c
diff --git a/nuttx/lib/stdio/lib_gets.c b/nuttx/libc/stdio/lib_gets.c
index 95a6b36eb..95a6b36eb 100644
--- a/nuttx/lib/stdio/lib_gets.c
+++ b/nuttx/libc/stdio/lib_gets.c
diff --git a/nuttx/lib/stdio/lib_libdtoa.c b/nuttx/libc/stdio/lib_libdtoa.c
index 667c49c53..667c49c53 100644
--- a/nuttx/lib/stdio/lib_libdtoa.c
+++ b/nuttx/libc/stdio/lib_libdtoa.c
diff --git a/nuttx/lib/stdio/lib_libfflush.c b/nuttx/libc/stdio/lib_libfflush.c
index 2a4fe2932..2a4fe2932 100644
--- a/nuttx/lib/stdio/lib_libfflush.c
+++ b/nuttx/libc/stdio/lib_libfflush.c
diff --git a/nuttx/lib/stdio/lib_libflushall.c b/nuttx/libc/stdio/lib_libflushall.c
index 9d0a89e9c..9d0a89e9c 100644
--- a/nuttx/lib/stdio/lib_libflushall.c
+++ b/nuttx/libc/stdio/lib_libflushall.c
diff --git a/nuttx/lib/stdio/lib_libfread.c b/nuttx/libc/stdio/lib_libfread.c
index 5585acbae..5585acbae 100644
--- a/nuttx/lib/stdio/lib_libfread.c
+++ b/nuttx/libc/stdio/lib_libfread.c
diff --git a/nuttx/lib/stdio/lib_libfwrite.c b/nuttx/libc/stdio/lib_libfwrite.c
index e71866b49..e71866b49 100644
--- a/nuttx/lib/stdio/lib_libfwrite.c
+++ b/nuttx/libc/stdio/lib_libfwrite.c
diff --git a/nuttx/lib/stdio/lib_libnoflush.c b/nuttx/libc/stdio/lib_libnoflush.c
index e3b891153..e3b891153 100644
--- a/nuttx/lib/stdio/lib_libnoflush.c
+++ b/nuttx/libc/stdio/lib_libnoflush.c
diff --git a/nuttx/lib/stdio/lib_libsprintf.c b/nuttx/libc/stdio/lib_libsprintf.c
index 2474a6f01..2474a6f01 100644
--- a/nuttx/lib/stdio/lib_libsprintf.c
+++ b/nuttx/libc/stdio/lib_libsprintf.c
diff --git a/nuttx/lib/stdio/lib_libvsprintf.c b/nuttx/libc/stdio/lib_libvsprintf.c
index 30c988599..30c988599 100644
--- a/nuttx/lib/stdio/lib_libvsprintf.c
+++ b/nuttx/libc/stdio/lib_libvsprintf.c
diff --git a/nuttx/lib/stdio/lib_lowinstream.c b/nuttx/libc/stdio/lib_lowinstream.c
index 499a647ea..499a647ea 100644
--- a/nuttx/lib/stdio/lib_lowinstream.c
+++ b/nuttx/libc/stdio/lib_lowinstream.c
diff --git a/nuttx/lib/stdio/lib_lowoutstream.c b/nuttx/libc/stdio/lib_lowoutstream.c
index 092f39ca2..092f39ca2 100644
--- a/nuttx/lib/stdio/lib_lowoutstream.c
+++ b/nuttx/libc/stdio/lib_lowoutstream.c
diff --git a/nuttx/lib/stdio/lib_lowprintf.c b/nuttx/libc/stdio/lib_lowprintf.c
index 392ef2c6a..392ef2c6a 100644
--- a/nuttx/lib/stdio/lib_lowprintf.c
+++ b/nuttx/libc/stdio/lib_lowprintf.c
diff --git a/nuttx/lib/stdio/lib_meminstream.c b/nuttx/libc/stdio/lib_meminstream.c
index a842096fb..a842096fb 100644
--- a/nuttx/lib/stdio/lib_meminstream.c
+++ b/nuttx/libc/stdio/lib_meminstream.c
diff --git a/nuttx/lib/stdio/lib_memoutstream.c b/nuttx/libc/stdio/lib_memoutstream.c
index 21197358b..21197358b 100644
--- a/nuttx/lib/stdio/lib_memoutstream.c
+++ b/nuttx/libc/stdio/lib_memoutstream.c
diff --git a/nuttx/lib/stdio/lib_nullinstream.c b/nuttx/libc/stdio/lib_nullinstream.c
index 0eadb0a8e..0eadb0a8e 100644
--- a/nuttx/lib/stdio/lib_nullinstream.c
+++ b/nuttx/libc/stdio/lib_nullinstream.c
diff --git a/nuttx/lib/stdio/lib_nulloutstream.c b/nuttx/libc/stdio/lib_nulloutstream.c
index 69878fd57..69878fd57 100644
--- a/nuttx/lib/stdio/lib_nulloutstream.c
+++ b/nuttx/libc/stdio/lib_nulloutstream.c
diff --git a/nuttx/lib/stdio/lib_perror.c b/nuttx/libc/stdio/lib_perror.c
index 867e113f9..867e113f9 100644
--- a/nuttx/lib/stdio/lib_perror.c
+++ b/nuttx/libc/stdio/lib_perror.c
diff --git a/nuttx/lib/stdio/lib_printf.c b/nuttx/libc/stdio/lib_printf.c
index 50db06c47..50db06c47 100644
--- a/nuttx/lib/stdio/lib_printf.c
+++ b/nuttx/libc/stdio/lib_printf.c
diff --git a/nuttx/lib/stdio/lib_puts.c b/nuttx/libc/stdio/lib_puts.c
index e63a63917..e63a63917 100644
--- a/nuttx/lib/stdio/lib_puts.c
+++ b/nuttx/libc/stdio/lib_puts.c
diff --git a/nuttx/lib/stdio/lib_rawinstream.c b/nuttx/libc/stdio/lib_rawinstream.c
index 9671a2716..9671a2716 100644
--- a/nuttx/lib/stdio/lib_rawinstream.c
+++ b/nuttx/libc/stdio/lib_rawinstream.c
diff --git a/nuttx/lib/stdio/lib_rawoutstream.c b/nuttx/libc/stdio/lib_rawoutstream.c
index ed813f87a..ed813f87a 100644
--- a/nuttx/lib/stdio/lib_rawoutstream.c
+++ b/nuttx/libc/stdio/lib_rawoutstream.c
diff --git a/nuttx/lib/stdio/lib_rawprintf.c b/nuttx/libc/stdio/lib_rawprintf.c
index 19dfa895e..19dfa895e 100644
--- a/nuttx/lib/stdio/lib_rawprintf.c
+++ b/nuttx/libc/stdio/lib_rawprintf.c
diff --git a/nuttx/lib/stdio/lib_rdflush.c b/nuttx/libc/stdio/lib_rdflush.c
index 35c5495c1..35c5495c1 100644
--- a/nuttx/lib/stdio/lib_rdflush.c
+++ b/nuttx/libc/stdio/lib_rdflush.c
diff --git a/nuttx/lib/stdio/lib_snprintf.c b/nuttx/libc/stdio/lib_snprintf.c
index e5ce7b0f0..e5ce7b0f0 100644
--- a/nuttx/lib/stdio/lib_snprintf.c
+++ b/nuttx/libc/stdio/lib_snprintf.c
diff --git a/nuttx/lib/stdio/lib_sprintf.c b/nuttx/libc/stdio/lib_sprintf.c
index 89fd61033..89fd61033 100644
--- a/nuttx/lib/stdio/lib_sprintf.c
+++ b/nuttx/libc/stdio/lib_sprintf.c
diff --git a/nuttx/lib/stdio/lib_sscanf.c b/nuttx/libc/stdio/lib_sscanf.c
index 7e1fae276..7e1fae276 100644
--- a/nuttx/lib/stdio/lib_sscanf.c
+++ b/nuttx/libc/stdio/lib_sscanf.c
diff --git a/nuttx/lib/stdio/lib_stdinstream.c b/nuttx/libc/stdio/lib_stdinstream.c
index 77aab9ec8..77aab9ec8 100644
--- a/nuttx/lib/stdio/lib_stdinstream.c
+++ b/nuttx/libc/stdio/lib_stdinstream.c
diff --git a/nuttx/lib/stdio/lib_stdoutstream.c b/nuttx/libc/stdio/lib_stdoutstream.c
index 20da5b702..20da5b702 100644
--- a/nuttx/lib/stdio/lib_stdoutstream.c
+++ b/nuttx/libc/stdio/lib_stdoutstream.c
diff --git a/nuttx/lib/stdio/lib_syslogstream.c b/nuttx/libc/stdio/lib_syslogstream.c
index 21151b43a..21151b43a 100644
--- a/nuttx/lib/stdio/lib_syslogstream.c
+++ b/nuttx/libc/stdio/lib_syslogstream.c
diff --git a/nuttx/lib/stdio/lib_ungetc.c b/nuttx/libc/stdio/lib_ungetc.c
index c10d4fba1..c10d4fba1 100644
--- a/nuttx/lib/stdio/lib_ungetc.c
+++ b/nuttx/libc/stdio/lib_ungetc.c
diff --git a/nuttx/lib/stdio/lib_vfprintf.c b/nuttx/libc/stdio/lib_vfprintf.c
index 1c3a2d7fc..1c3a2d7fc 100644
--- a/nuttx/lib/stdio/lib_vfprintf.c
+++ b/nuttx/libc/stdio/lib_vfprintf.c
diff --git a/nuttx/lib/stdio/lib_vprintf.c b/nuttx/libc/stdio/lib_vprintf.c
index d085d5886..d085d5886 100644
--- a/nuttx/lib/stdio/lib_vprintf.c
+++ b/nuttx/libc/stdio/lib_vprintf.c
diff --git a/nuttx/lib/stdio/lib_vsnprintf.c b/nuttx/libc/stdio/lib_vsnprintf.c
index c6f52092d..c6f52092d 100644
--- a/nuttx/lib/stdio/lib_vsnprintf.c
+++ b/nuttx/libc/stdio/lib_vsnprintf.c
diff --git a/nuttx/lib/stdio/lib_vsprintf.c b/nuttx/libc/stdio/lib_vsprintf.c
index 5db46664e..5db46664e 100644
--- a/nuttx/lib/stdio/lib_vsprintf.c
+++ b/nuttx/libc/stdio/lib_vsprintf.c
diff --git a/nuttx/lib/stdio/lib_wrflush.c b/nuttx/libc/stdio/lib_wrflush.c
index 39680da6a..39680da6a 100644
--- a/nuttx/lib/stdio/lib_wrflush.c
+++ b/nuttx/libc/stdio/lib_wrflush.c
diff --git a/nuttx/lib/stdio/lib_zeroinstream.c b/nuttx/libc/stdio/lib_zeroinstream.c
index 39a6c22ef..39a6c22ef 100644
--- a/nuttx/lib/stdio/lib_zeroinstream.c
+++ b/nuttx/libc/stdio/lib_zeroinstream.c
diff --git a/nuttx/lib/stdlib/Make.defs b/nuttx/libc/stdlib/Make.defs
index 76e285808..76e285808 100644
--- a/nuttx/lib/stdlib/Make.defs
+++ b/nuttx/libc/stdlib/Make.defs
diff --git a/nuttx/lib/stdlib/lib_abort.c b/nuttx/libc/stdlib/lib_abort.c
index 84b600950..84b600950 100644
--- a/nuttx/lib/stdlib/lib_abort.c
+++ b/nuttx/libc/stdlib/lib_abort.c
diff --git a/nuttx/lib/stdlib/lib_abs.c b/nuttx/libc/stdlib/lib_abs.c
index 1a0c1671c..1a0c1671c 100644
--- a/nuttx/lib/stdlib/lib_abs.c
+++ b/nuttx/libc/stdlib/lib_abs.c
diff --git a/nuttx/lib/stdlib/lib_imaxabs.c b/nuttx/libc/stdlib/lib_imaxabs.c
index c6e227c7d..c6e227c7d 100644
--- a/nuttx/lib/stdlib/lib_imaxabs.c
+++ b/nuttx/libc/stdlib/lib_imaxabs.c
diff --git a/nuttx/lib/stdlib/lib_labs.c b/nuttx/libc/stdlib/lib_labs.c
index f7218ee83..f7218ee83 100644
--- a/nuttx/lib/stdlib/lib_labs.c
+++ b/nuttx/libc/stdlib/lib_labs.c
diff --git a/nuttx/lib/stdlib/lib_llabs.c b/nuttx/libc/stdlib/lib_llabs.c
index db7d3dbe0..db7d3dbe0 100644
--- a/nuttx/lib/stdlib/lib_llabs.c
+++ b/nuttx/libc/stdlib/lib_llabs.c
diff --git a/nuttx/lib/stdlib/lib_qsort.c b/nuttx/libc/stdlib/lib_qsort.c
index 9dd5c0040..9dd5c0040 100644
--- a/nuttx/lib/stdlib/lib_qsort.c
+++ b/nuttx/libc/stdlib/lib_qsort.c
diff --git a/nuttx/lib/stdlib/lib_rand.c b/nuttx/libc/stdlib/lib_rand.c
index 7227c52d0..7227c52d0 100644
--- a/nuttx/lib/stdlib/lib_rand.c
+++ b/nuttx/libc/stdlib/lib_rand.c
diff --git a/nuttx/lib/string/Make.defs b/nuttx/libc/string/Make.defs
index 191b9ffea..191b9ffea 100644
--- a/nuttx/lib/string/Make.defs
+++ b/nuttx/libc/string/Make.defs
diff --git a/nuttx/lib/string/lib_checkbase.c b/nuttx/libc/string/lib_checkbase.c
index bc79ab2ce..bc79ab2ce 100644
--- a/nuttx/lib/string/lib_checkbase.c
+++ b/nuttx/libc/string/lib_checkbase.c
diff --git a/nuttx/lib/string/lib_isbasedigit.c b/nuttx/libc/string/lib_isbasedigit.c
index a2421bf2a..a2421bf2a 100644
--- a/nuttx/lib/string/lib_isbasedigit.c
+++ b/nuttx/libc/string/lib_isbasedigit.c
diff --git a/nuttx/lib/string/lib_memccpy.c b/nuttx/libc/string/lib_memccpy.c
index 1f3dbb52d..1f3dbb52d 100644
--- a/nuttx/lib/string/lib_memccpy.c
+++ b/nuttx/libc/string/lib_memccpy.c
diff --git a/nuttx/lib/string/lib_memchr.c b/nuttx/libc/string/lib_memchr.c
index e0dec8270..e0dec8270 100644
--- a/nuttx/lib/string/lib_memchr.c
+++ b/nuttx/libc/string/lib_memchr.c
diff --git a/nuttx/lib/string/lib_memcmp.c b/nuttx/libc/string/lib_memcmp.c
index eb2e1fd12..eb2e1fd12 100644
--- a/nuttx/lib/string/lib_memcmp.c
+++ b/nuttx/libc/string/lib_memcmp.c
diff --git a/nuttx/lib/string/lib_memcpy.c b/nuttx/libc/string/lib_memcpy.c
index 3b62edbab..3b62edbab 100644
--- a/nuttx/lib/string/lib_memcpy.c
+++ b/nuttx/libc/string/lib_memcpy.c
diff --git a/nuttx/lib/string/lib_memmove.c b/nuttx/libc/string/lib_memmove.c
index 85cb79e17..85cb79e17 100644
--- a/nuttx/lib/string/lib_memmove.c
+++ b/nuttx/libc/string/lib_memmove.c
diff --git a/nuttx/lib/string/lib_memset.c b/nuttx/libc/string/lib_memset.c
index 31c386e92..31c386e92 100644
--- a/nuttx/lib/string/lib_memset.c
+++ b/nuttx/libc/string/lib_memset.c
diff --git a/nuttx/lib/string/lib_skipspace.c b/nuttx/libc/string/lib_skipspace.c
index b4e6588e5..b4e6588e5 100644
--- a/nuttx/lib/string/lib_skipspace.c
+++ b/nuttx/libc/string/lib_skipspace.c
diff --git a/nuttx/lib/string/lib_strcasecmp.c b/nuttx/libc/string/lib_strcasecmp.c
index d4aa8cc03..d4aa8cc03 100644
--- a/nuttx/lib/string/lib_strcasecmp.c
+++ b/nuttx/libc/string/lib_strcasecmp.c
diff --git a/nuttx/lib/string/lib_strcasestr.c b/nuttx/libc/string/lib_strcasestr.c
index 23f0ab57e..23f0ab57e 100644
--- a/nuttx/lib/string/lib_strcasestr.c
+++ b/nuttx/libc/string/lib_strcasestr.c
diff --git a/nuttx/lib/string/lib_strcat.c b/nuttx/libc/string/lib_strcat.c
index 20350fec0..20350fec0 100644
--- a/nuttx/lib/string/lib_strcat.c
+++ b/nuttx/libc/string/lib_strcat.c
diff --git a/nuttx/lib/string/lib_strchr.c b/nuttx/libc/string/lib_strchr.c
index d0bd22a0e..d0bd22a0e 100644
--- a/nuttx/lib/string/lib_strchr.c
+++ b/nuttx/libc/string/lib_strchr.c
diff --git a/nuttx/lib/string/lib_strcmp.c b/nuttx/libc/string/lib_strcmp.c
index 0e3eee890..0e3eee890 100644
--- a/nuttx/lib/string/lib_strcmp.c
+++ b/nuttx/libc/string/lib_strcmp.c
diff --git a/nuttx/lib/string/lib_strcpy.c b/nuttx/libc/string/lib_strcpy.c
index e2f70b94e..e2f70b94e 100644
--- a/nuttx/lib/string/lib_strcpy.c
+++ b/nuttx/libc/string/lib_strcpy.c
diff --git a/nuttx/lib/string/lib_strcspn.c b/nuttx/libc/string/lib_strcspn.c
index 9da89241c..9da89241c 100644
--- a/nuttx/lib/string/lib_strcspn.c
+++ b/nuttx/libc/string/lib_strcspn.c
diff --git a/nuttx/lib/string/lib_strdup.c b/nuttx/libc/string/lib_strdup.c
index 44a0cbc0d..44a0cbc0d 100644
--- a/nuttx/lib/string/lib_strdup.c
+++ b/nuttx/libc/string/lib_strdup.c
diff --git a/nuttx/lib/string/lib_strerror.c b/nuttx/libc/string/lib_strerror.c
index 249f695c1..249f695c1 100644
--- a/nuttx/lib/string/lib_strerror.c
+++ b/nuttx/libc/string/lib_strerror.c
diff --git a/nuttx/lib/string/lib_strlen.c b/nuttx/libc/string/lib_strlen.c
index 833305809..833305809 100644
--- a/nuttx/lib/string/lib_strlen.c
+++ b/nuttx/libc/string/lib_strlen.c
diff --git a/nuttx/lib/string/lib_strncasecmp.c b/nuttx/libc/string/lib_strncasecmp.c
index be369cf0d..be369cf0d 100644
--- a/nuttx/lib/string/lib_strncasecmp.c
+++ b/nuttx/libc/string/lib_strncasecmp.c
diff --git a/nuttx/lib/string/lib_strncat.c b/nuttx/libc/string/lib_strncat.c
index af893e0f9..af893e0f9 100644
--- a/nuttx/lib/string/lib_strncat.c
+++ b/nuttx/libc/string/lib_strncat.c
diff --git a/nuttx/lib/string/lib_strncmp.c b/nuttx/libc/string/lib_strncmp.c
index ce2282024..ce2282024 100644
--- a/nuttx/lib/string/lib_strncmp.c
+++ b/nuttx/libc/string/lib_strncmp.c
diff --git a/nuttx/lib/string/lib_strncpy.c b/nuttx/libc/string/lib_strncpy.c
index 149369d50..149369d50 100644
--- a/nuttx/lib/string/lib_strncpy.c
+++ b/nuttx/libc/string/lib_strncpy.c
diff --git a/nuttx/lib/string/lib_strndup.c b/nuttx/libc/string/lib_strndup.c
index ffaf892ea..ffaf892ea 100644
--- a/nuttx/lib/string/lib_strndup.c
+++ b/nuttx/libc/string/lib_strndup.c
diff --git a/nuttx/lib/string/lib_strnlen.c b/nuttx/libc/string/lib_strnlen.c
index 2b64fe984..2b64fe984 100644
--- a/nuttx/lib/string/lib_strnlen.c
+++ b/nuttx/libc/string/lib_strnlen.c
diff --git a/nuttx/lib/string/lib_strpbrk.c b/nuttx/libc/string/lib_strpbrk.c
index 02e2ea2c7..02e2ea2c7 100644
--- a/nuttx/lib/string/lib_strpbrk.c
+++ b/nuttx/libc/string/lib_strpbrk.c
diff --git a/nuttx/lib/string/lib_strrchr.c b/nuttx/libc/string/lib_strrchr.c
index 91243ce58..91243ce58 100644
--- a/nuttx/lib/string/lib_strrchr.c
+++ b/nuttx/libc/string/lib_strrchr.c
diff --git a/nuttx/lib/string/lib_strspn.c b/nuttx/libc/string/lib_strspn.c
index e7b5ea0a5..e7b5ea0a5 100644
--- a/nuttx/lib/string/lib_strspn.c
+++ b/nuttx/libc/string/lib_strspn.c
diff --git a/nuttx/lib/string/lib_strstr.c b/nuttx/libc/string/lib_strstr.c
index b8c896fa2..b8c896fa2 100644
--- a/nuttx/lib/string/lib_strstr.c
+++ b/nuttx/libc/string/lib_strstr.c
diff --git a/nuttx/lib/string/lib_strtod.c b/nuttx/libc/string/lib_strtod.c
index 8fecd4571..8fecd4571 100644
--- a/nuttx/lib/string/lib_strtod.c
+++ b/nuttx/libc/string/lib_strtod.c
diff --git a/nuttx/lib/string/lib_strtok.c b/nuttx/libc/string/lib_strtok.c
index c40993135..c40993135 100644
--- a/nuttx/lib/string/lib_strtok.c
+++ b/nuttx/libc/string/lib_strtok.c
diff --git a/nuttx/lib/string/lib_strtokr.c b/nuttx/libc/string/lib_strtokr.c
index 1c571b6ae..1c571b6ae 100644
--- a/nuttx/lib/string/lib_strtokr.c
+++ b/nuttx/libc/string/lib_strtokr.c
diff --git a/nuttx/lib/string/lib_strtol.c b/nuttx/libc/string/lib_strtol.c
index c17d87e63..c17d87e63 100644
--- a/nuttx/lib/string/lib_strtol.c
+++ b/nuttx/libc/string/lib_strtol.c
diff --git a/nuttx/lib/string/lib_strtoll.c b/nuttx/libc/string/lib_strtoll.c
index 242e025c0..242e025c0 100644
--- a/nuttx/lib/string/lib_strtoll.c
+++ b/nuttx/libc/string/lib_strtoll.c
diff --git a/nuttx/lib/string/lib_strtoul.c b/nuttx/libc/string/lib_strtoul.c
index b0d2d090e..b0d2d090e 100644
--- a/nuttx/lib/string/lib_strtoul.c
+++ b/nuttx/libc/string/lib_strtoul.c
diff --git a/nuttx/lib/string/lib_strtoull.c b/nuttx/libc/string/lib_strtoull.c
index 6567457c0..6567457c0 100644
--- a/nuttx/lib/string/lib_strtoull.c
+++ b/nuttx/libc/string/lib_strtoull.c
diff --git a/nuttx/lib/string/lib_vikmemcpy.c b/nuttx/libc/string/lib_vikmemcpy.c
index b50942aaa..b50942aaa 100644
--- a/nuttx/lib/string/lib_vikmemcpy.c
+++ b/nuttx/libc/string/lib_vikmemcpy.c
diff --git a/nuttx/lib/termios/Make.defs b/nuttx/libc/termios/Make.defs
index a6bb77f83..a6bb77f83 100644
--- a/nuttx/lib/termios/Make.defs
+++ b/nuttx/libc/termios/Make.defs
diff --git a/nuttx/lib/termios/lib_cfgetspeed.c b/nuttx/libc/termios/lib_cfgetspeed.c
index d7f0dc473..d7f0dc473 100644
--- a/nuttx/lib/termios/lib_cfgetspeed.c
+++ b/nuttx/libc/termios/lib_cfgetspeed.c
diff --git a/nuttx/lib/termios/lib_cfsetspeed.c b/nuttx/libc/termios/lib_cfsetspeed.c
index 714562ff5..714562ff5 100644
--- a/nuttx/lib/termios/lib_cfsetspeed.c
+++ b/nuttx/libc/termios/lib_cfsetspeed.c
diff --git a/nuttx/lib/termios/lib_tcflush.c b/nuttx/libc/termios/lib_tcflush.c
index 338524bdd..338524bdd 100644
--- a/nuttx/lib/termios/lib_tcflush.c
+++ b/nuttx/libc/termios/lib_tcflush.c
diff --git a/nuttx/lib/termios/lib_tcgetattr.c b/nuttx/libc/termios/lib_tcgetattr.c
index 500871d9f..500871d9f 100644
--- a/nuttx/lib/termios/lib_tcgetattr.c
+++ b/nuttx/libc/termios/lib_tcgetattr.c
diff --git a/nuttx/lib/termios/lib_tcsetattr.c b/nuttx/libc/termios/lib_tcsetattr.c
index 791b519c8..791b519c8 100644
--- a/nuttx/lib/termios/lib_tcsetattr.c
+++ b/nuttx/libc/termios/lib_tcsetattr.c
diff --git a/nuttx/lib/time/Make.defs b/nuttx/libc/time/Make.defs
index ab7414229..ab7414229 100644
--- a/nuttx/lib/time/Make.defs
+++ b/nuttx/libc/time/Make.defs
diff --git a/nuttx/lib/time/lib_calendar2utc.c b/nuttx/libc/time/lib_calendar2utc.c
index e80c292fc..e80c292fc 100644
--- a/nuttx/lib/time/lib_calendar2utc.c
+++ b/nuttx/libc/time/lib_calendar2utc.c
diff --git a/nuttx/lib/time/lib_daysbeforemonth.c b/nuttx/libc/time/lib_daysbeforemonth.c
index 8000b0e7a..8000b0e7a 100644
--- a/nuttx/lib/time/lib_daysbeforemonth.c
+++ b/nuttx/libc/time/lib_daysbeforemonth.c
diff --git a/nuttx/lib/time/lib_gmtime.c b/nuttx/libc/time/lib_gmtime.c
index 99afeded9..99afeded9 100644
--- a/nuttx/lib/time/lib_gmtime.c
+++ b/nuttx/libc/time/lib_gmtime.c
diff --git a/nuttx/lib/time/lib_gmtimer.c b/nuttx/libc/time/lib_gmtimer.c
index ba1c9724f..ba1c9724f 100644
--- a/nuttx/lib/time/lib_gmtimer.c
+++ b/nuttx/libc/time/lib_gmtimer.c
diff --git a/nuttx/lib/time/lib_isleapyear.c b/nuttx/libc/time/lib_isleapyear.c
index 966c248e0..966c248e0 100644
--- a/nuttx/lib/time/lib_isleapyear.c
+++ b/nuttx/libc/time/lib_isleapyear.c
diff --git a/nuttx/lib/time/lib_mktime.c b/nuttx/libc/time/lib_mktime.c
index 8c17e7c0a..8c17e7c0a 100644
--- a/nuttx/lib/time/lib_mktime.c
+++ b/nuttx/libc/time/lib_mktime.c
diff --git a/nuttx/lib/time/lib_strftime.c b/nuttx/libc/time/lib_strftime.c
index cd0804f55..cd0804f55 100644
--- a/nuttx/lib/time/lib_strftime.c
+++ b/nuttx/libc/time/lib_strftime.c
diff --git a/nuttx/lib/time/lib_time.c b/nuttx/libc/time/lib_time.c
index 106a04c36..106a04c36 100644
--- a/nuttx/lib/time/lib_time.c
+++ b/nuttx/libc/time/lib_time.c
diff --git a/nuttx/lib/unistd/Make.defs b/nuttx/libc/unistd/Make.defs
index e1441a48d..e1441a48d 100644
--- a/nuttx/lib/unistd/Make.defs
+++ b/nuttx/libc/unistd/Make.defs
diff --git a/nuttx/lib/unistd/lib_chdir.c b/nuttx/libc/unistd/lib_chdir.c
index 3dd1333ce..3dd1333ce 100644
--- a/nuttx/lib/unistd/lib_chdir.c
+++ b/nuttx/libc/unistd/lib_chdir.c
diff --git a/nuttx/lib/unistd/lib_getcwd.c b/nuttx/libc/unistd/lib_getcwd.c
index b94823300..b94823300 100644
--- a/nuttx/lib/unistd/lib_getcwd.c
+++ b/nuttx/libc/unistd/lib_getcwd.c
diff --git a/nuttx/lib/unistd/lib_getopt.c b/nuttx/libc/unistd/lib_getopt.c
index 832d28721..832d28721 100644
--- a/nuttx/lib/unistd/lib_getopt.c
+++ b/nuttx/libc/unistd/lib_getopt.c
diff --git a/nuttx/lib/unistd/lib_getoptargp.c b/nuttx/libc/unistd/lib_getoptargp.c
index 98a485016..98a485016 100644
--- a/nuttx/lib/unistd/lib_getoptargp.c
+++ b/nuttx/libc/unistd/lib_getoptargp.c
diff --git a/nuttx/lib/unistd/lib_getoptindp.c b/nuttx/libc/unistd/lib_getoptindp.c
index 7714f8e70..7714f8e70 100644
--- a/nuttx/lib/unistd/lib_getoptindp.c
+++ b/nuttx/libc/unistd/lib_getoptindp.c
diff --git a/nuttx/lib/unistd/lib_getoptoptp.c b/nuttx/libc/unistd/lib_getoptoptp.c
index 4805b7ac3..4805b7ac3 100644
--- a/nuttx/lib/unistd/lib_getoptoptp.c
+++ b/nuttx/libc/unistd/lib_getoptoptp.c