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

Submodule arch updated: 0dd769aeea...15236a5b07

Submodule configs updated: 82e43f4b00...24d0c13b63

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,