This is an automated email from the ASF dual-hosted git repository.
pkarashchenko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
from 9785d6606c openamp: Change the dependence from OPENAMP to RPTUN
new 34e17ba0ce libc/string: Fix the minor style issue
new ae6bfdc9b9 libc: Avoid the compiler generate code call
self(memcpy/memmove/memset/memcmp) recursively
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/nuttx/compiler.h | 16 +++++++++++++++-
libs/libc/string/lib_memcmp.c | 1 +
libs/libc/string/lib_memcpy.c | 1 +
libs/libc/string/lib_memmove.c | 1 +
libs/libc/string/lib_memset.c | 1 +
libs/libc/string/lib_strcat.c | 6 +++---
libs/libc/string/lib_strtokr.c | 4 ++--
libs/libc/string/lib_vikmemcpy.c | 7 +------
8 files changed, 25 insertions(+), 12 deletions(-)