Fix several ZNeo compile issues. There are more. Pthreads: Fix a could of places where FAR was added when it is not appropriate. This matters to ZNeo which depends on definitions of NEAR and FAR points.

This commit is contained in:
Gregory Nutt
2019-06-03 13:06:58 -06:00
parent 25f42dd076
commit 84a57f8fa0
7 changed files with 46 additions and 24 deletions
@@ -63,7 +63,8 @@
*
****************************************************************************/
int pthread_attr_getstacksize(FAR const pthread_attr_t *attr, FAR size_t *stacksize)
int pthread_attr_getstacksize(FAR const pthread_attr_t *attr,
FAR size_t *stacksize)
{
int ret;