From 0eadf1dcad1cc83180771b69a742e73542f56c22 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 20 Feb 2016 14:57:05 -0600 Subject: [PATCH] Costmetic change + update submodules --- arch | 2 +- configs | 2 +- include/pthread.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch b/arch index 0dd769aeea..15236a5b07 160000 --- a/arch +++ b/arch @@ -1 +1 @@ -Subproject commit 0dd769aeeaa882e4d8934414471f163c985823e6 +Subproject commit 15236a5b07c6f5d254ccdc8478c613a5c21e4296 diff --git a/configs b/configs index 82e43f4b00..24d0c13b63 160000 --- a/configs +++ b/configs @@ -1 +1 @@ -Subproject commit 82e43f4b0032f3dff1de6c91863424caf6c770fd +Subproject commit 24d0c13b63d15b148c2be12b9e6dd685ed34c4c0 diff --git a/include/pthread.h b/include/pthread.h index 67851fd013..b2ebffda45 100644 --- a/include/pthread.h +++ b/include/pthread.h @@ -356,9 +356,9 @@ int pthread_setschedparam(pthread_t thread, int policy, FAR const struct sched_param *param); int pthread_setschedprio(pthread_t thread, int prio); +#ifdef CONFIG_SMP /* Thread affinity */ -#ifdef CONFIG_SMP int pthread_setaffinity_np(pthread_t thread, size_t cpusetsize, FAR const cpu_set_t *cpuset); int pthread_getaffinity_np(pthread_t thread, size_t cpusetsize,