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/incubator-nuttx.git.


    from 9241725  fs/munmap: export the symbols to avoid build break on C++ 
syntax
     new bf8446e  sched/task: Implement gettid(2) syscall
     new e0aa7c6  syscall: update syscall_lookup.h with gettid to fix build 
break

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/sys/syscall_lookup.h                       |  1 +
 include/unistd.h                                   |  1 +
 sched/task/Make.defs                               |  2 +-
 .../lib_duplocale.c => sched/task/task_gettid.c    | 24 ++++++++++++----------
 syscall/syscall.csv                                |  1 +
 5 files changed, 17 insertions(+), 12 deletions(-)
 copy libs/libc/locale/lib_duplocale.c => sched/task/task_gettid.c (83%)

Reply via email to