Add SYSCALLS for pthread_setaffinity() and pthread_getaffinity()

This commit is contained in:
Gregory Nutt
2016-02-19 18:13:06 -06:00
parent 1b5e296cf2
commit 5a590e99b9
6 changed files with 31 additions and 16 deletions
+2 -6
View File
@@ -1,7 +1,7 @@
/********************************************************************************
* include/pthread.h
*
* Copyright (C) 2007-2009, 2011-2012, 2015 Gregory Nutt. All rights reserved.
* Copyright (C) 2007-2009, 2011-2012, 2015-2016 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@@ -259,14 +259,10 @@ typedef struct pthread_barrier_s pthread_barrier_t;
typedef bool pthread_once_t;
#define __PTHREAD_ONCE_T_DEFINED 1
/* Forware references */
/* Forward references */
struct sched_param; /* Defined in sched.h */
/********************************************************************************
* Public Data
********************************************************************************/
/********************************************************************************
* Public Function Prototypes
********************************************************************************/