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/nuttx.git
from 2221612512 driver/spi_slave: Simplify rx/tx buffer logic
add afb473707f libc/pthread: add pthread_attr_set/getscope
No new revisions were added by this update.
Summary of changes:
include/pthread.h | 10 +++
libs/libc/pthread/Make.defs | 1 +
..._condattr_destroy.c => pthread_attr_getscope.c} | 35 ++++------
libs/libc/pthread/pthread_attr_setscope.c | 80 ++++++++++++++++++++++
4 files changed, 103 insertions(+), 23 deletions(-)
copy libs/libc/pthread/{pthread_condattr_destroy.c => pthread_attr_getscope.c}
(75%)
create mode 100644 libs/libc/pthread/pthread_attr_setscope.c