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 67b95d0142 use small lock in following files
     new 2b34c61c6e signal: add sa_restorer to struct sigaction
     new 23e0b70290 sys/resource: add RLIMIT_NICE consntant
     new 203fb15c2e limits: add LINE_MAX limits definition
     new a8cdd63d56 proctl: add PR_SET_DUMPABLE support
     new 16789ed818 signal: add SA_NOMASK flag definition
     new 092f4a1b79 sys/mount: add mount flag definition
     new 8fcdae3544 sys/types.h: add loff_t data type definition
     new 2badabfb67 signal: add include/sys/signal.h to the signal
     new 0af01312fd sys/socket: add SOL_PACKET packet operation type definition
     new 0d4e36ce29 wait: add wait.h header file
     new 1701ca1e11 sem: add sys/sem.h header file
     new a58d6552e6 fcntl: add sys/fcntl.h header file

The 12 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/limits.h                |  2 ++
 include/signal.h                | 14 +++++++++++++-
 include/sys/{vfs.h => fcntl.h}  | 14 +++++---------
 include/sys/mount.h             | 11 ++++++++++-
 include/sys/prctl.h             |  3 +++
 include/sys/resource.h          |  1 +
 include/sys/{vfs.h => sem.h}    | 14 +++++---------
 include/sys/{vfs.h => signal.h} | 12 ++++--------
 include/sys/socket.h            |  2 ++
 include/sys/types.h             |  2 ++
 include/{sys/vfs.h => wait.h}   | 14 +++++---------
 11 files changed, 52 insertions(+), 37 deletions(-)
 copy include/sys/{vfs.h => fcntl.h} (88%)
 copy include/sys/{vfs.h => sem.h} (88%)
 copy include/sys/{vfs.h => signal.h} (90%)
 copy include/{sys/vfs.h => wait.h} (88%)

Reply via email to