Costmetic change + update submodules

This commit is contained in:
Gregory Nutt 2016-02-20 14:57:05 -06:00
parent df3111f109
commit 0eadf1dcad
3 changed files with 3 additions and 3 deletions

2
arch

@ -1 +1 @@
Subproject commit 0dd769aeeaa882e4d8934414471f163c985823e6
Subproject commit 15236a5b07c6f5d254ccdc8478c613a5c21e4296

@ -1 +1 @@
Subproject commit 82e43f4b0032f3dff1de6c91863424caf6c770fd
Subproject commit 24d0c13b63d15b148c2be12b9e6dd685ed34c4c0

View File

@ -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,