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

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


    from 608e092  boards/arm/stm32h7/stm32h747i-disco: fix style issues
     new 2c0381d  syscall: Apply the new vararg syntax to fcntl
     new a2d924e  syscall: Fix typo error in cvs and header file
     new 32cec2a  syscall: Generate SYS_ number from syscall_lookup.h
     new 1ad03a5  syscall: Generate STUB prototype automatically

The 4 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:
 Documentation/NuttxUserGuide.html               |  98 ++---
 include/aio.h                                   |   4 +-
 include/fcntl.h                                 |   2 +-
 include/mqueue.h                                |   4 +-
 include/nuttx/lib/regex.h                       |   2 +-
 include/pthread.h                               |  20 +-
 include/sched.h                                 |   4 +-
 include/spawn.h                                 |  45 +-
 include/stdio.h                                 |   6 +-
 include/sys/socket.h                            |  27 +-
 include/sys/syscall.h                           | 524 +-----------------------
 include/sys/syscall_lookup.h                    | 382 +++++++++++++++++
 include/unistd.h                                |   4 +-
 include/wchar.h                                 |  23 +-
 include/wctype.h                                |   1 -
 libs/libc/aio/aio_suspend.c                     |   2 +-
 libs/libc/aio/lio_listio.c                      |  20 +-
 libs/libc/libc.csv                              | 185 ++++-----
 libs/libc/math.csv                              |   5 +-
 libs/libc/misc/lib_match.c                      |  23 +-
 libs/libc/pthread/pthread_attr_getschedpolicy.c |   3 +-
 libs/libc/pthread/pthread_mutexattr_gettype.c   |   3 +-
 libs/libc/pthread/pthread_mutexattr_settype.c   |   5 +-
 libs/libc/spawn/lib_task_spawn.c                |   2 +-
 libs/libc/stdio/lib_asprintf.c                  |   6 +-
 libs/libc/stdio/lib_clearerr.c                  |   2 +-
 libs/libc/stdio/lib_fgets.c                     |   2 +-
 libs/libc/unistd/lib_getopt.c                   |  49 +--
 libs/libc/wchar/lib_mbrtowc.c                   |   3 +-
 sched/sched/sched_getparam.c                    |   4 +-
 sched/task/task_create.c                        |   2 +-
 sched/task/task_posixspawn.c                    |   4 +-
 sched/task/task_spawn.c                         |   2 +-
 syscall/syscall.csv                             | 236 +++++------
 syscall/syscall_funclookup.c                    |  69 ++--
 syscall/syscall_lookup.h                        | 395 ------------------
 syscall/syscall_nparms.c                        |  16 +-
 syscall/syscall_stublookup.c                    | 413 ++-----------------
 38 files changed, 886 insertions(+), 1711 deletions(-)
 create mode 100644 include/sys/syscall_lookup.h
 delete mode 100644 syscall/syscall_lookup.h

Reply via email to