This is an automated email from the ASF dual-hosted git repository.
gustavonihei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from ae37098 Use exit func iml host_abort.
new f181ed6 libc: Reorder LC_XXX as Linux
new 0e2cbe9 libc: Add the empty nl_langinfo implementation
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/langinfo.h | 125 +++++++++++++++++++++
include/locale.h | 14 +--
include/{nuttx/rc/dummy.h => nl_types.h} | 23 ++--
libs/libc/locale/Make.defs | 1 +
.../locale/{lib_freelocale.c => lib_langinfo.c} | 10 +-
5 files changed, 152 insertions(+), 21 deletions(-)
create mode 100644 include/langinfo.h
copy include/{nuttx/rc/dummy.h => nl_types.h} (85%)
copy libs/libc/locale/{lib_freelocale.c => lib_langinfo.c} (92%)