This is an automated email from the ASF dual-hosted git repository.

acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from b5cd7c2a82 libs/libc/modlib: fix dynamic loader issues
     new f7dfe8326f arch/sim: fix function prototype compilation warning
     new 9369b75ee5 includes/nuttx: fix _SCHED_GET(T/P/PP)ID definition issue
     new 15991ef919 include/nuttx: remove semicolon in _SIG_KILL definition
     new b8d3e32bdf sched/clock: move clock_getcpuclockid() and clock_getres() 
to libc
     new 0370aa9988 sched/clock: add missing FAR
     new a0b19226a1 sched/pthread: add missing FAR and fix alignment issues
     new 85a46bf599 arch/sim: unify usage for SYMBOL macro
     new 2ca40e14e9 drivers/syslog: remove redundant 'int' cast
     new 3fe371f60f nuttx: replace getpid() with nxsched_getpid() in kernel code
     new 558fa503d0 libs/libc/misc: fix alignment in fdcheck

The 10 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:
 arch/sim/src/sim/posix/vpnkit/sim_protocol.c       |  2 +-
 arch/sim/src/sim/sim_vfork_arm64.S                 |  8 +++++---
 arch/sim/src/sim/sim_vfork_x86.S                   |  6 +++---
 arch/sim/src/sim/sim_vfork_x86_64.S                |  6 +++---
 drivers/syslog/vsyslog.c                           |  2 +-
 include/nuttx/sched.h                              | 16 ++++++---------
 include/nuttx/signal.h                             |  4 ++--
 include/sys/syscall_lookup.h                       |  2 --
 libs/libc/libc.csv                                 |  3 ++-
 libs/libc/machine/sim/arch_setjmp_arm64.S          |  8 +++++---
 libs/libc/machine/sim/arch_setjmp_x86.S            |  6 +++---
 libs/libc/machine/sim/arch_setjmp_x86_64.S         |  6 +++---
 libs/libc/misc/lib_fdcheck.c                       |  2 +-
 libs/libc/sched/Make.defs                          |  1 +
 .../libc/sched}/clock_getcpuclockid.c              | 20 ++++++++----------
 {sched/clock => libs/libc/sched}/clock_getres.c    |  4 ++--
 net/netlink/netlink_attr.c                         |  6 +++---
 sched/clock/Make.defs                              |  6 ++----
 sched/clock/clock.h                                |  3 ++-
 sched/clock/clock_initialize.c                     |  3 ++-
 sched/pthread/pthread.h                            | 24 +++++++++++-----------
 sched/pthread/pthread_initialize.c                 |  4 ++--
 sched/pthread/pthread_join.c                       |  2 +-
 syscall/syscall.csv                                |  2 --
 24 files changed, 71 insertions(+), 75 deletions(-)
 rename {sched/clock => libs/libc/sched}/clock_getcpuclockid.c (92%)
 rename {sched/clock => libs/libc/sched}/clock_getres.c (97%)

Reply via email to