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

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


    from 45a83e9  net/tcp/tcp_send_unbuffered.c:  Correct a bad signal number
     new 440451f  net/tcp/tcp_setsockopt.c:  Fix compilation failure found in 
build testing.  Error:  invalia application of 'sizeof' to incomplete type 
'struct timeval'.  Fixed by including sys/time.h.
     new 80fa136  net/tcp/tcp_getsockopt.c:  Fix compilation failure found in 
build testing.  Error:  invalia application of 'sizeof' to incomplete type 
'struct timeval'.  Fixed by including sys/time.h.  Same problem and same fix as 
for setsockopt earlier."
     new 527de60  tools/nxstyle.c:  Add automatic detection of line width based 
on examining the width of all block comments.  Includes a check to assure that 
all block comments use the same line width.
     new a5bf0f0  tools/nxstyle.c:  Need to initialize a local variable in the 
last change.

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:
 net/tcp/tcp_getsockopt.c              |   1 +
 net/tcp/tcp_setsockopt.c              |   1 +
 sched/clock/clock_timekeeping.c       |   4 +-
 sched/mqueue/mq_initialize.c          |   3 +-
 sched/paging/pg_worker.c              |   4 +-
 sched/pthread/pthread_condtimedwait.c |   8 +-
 sched/pthread/pthread_create.c        |   3 +-
 sched/sched/sched_critmonitor.c       |   8 +-
 sched/timer/timer_create.c            |   3 +-
 sched/wqueue/kwork_lpthread.c         |   4 +-
 tools/README.txt                      |  12 +--
 tools/nxstyle.c                       | 140 +++++++++++++++++++++++++++++++---
 12 files changed, 159 insertions(+), 32 deletions(-)

Reply via email to