KallistiOS  2.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
_pthread.h
Go to the documentation of this file.
1 /** \file sys/_pthread.h
2  \brief Basic sys/_pthread.h file for newlib.
3 
4  This file specifies a few things to make sure pthreads stuff compiles.
5 */
6 
7 #ifndef __SYS__PTHREAD_H
8 #define __SYS__PTHREAD_H
9 
10 // Make sure pthreads compile ok.
11 /** \brief POSIX threads supported (sorta) */
12 #define _POSIX_THREADS
13 
14 /** \brief POSIX timeouts supported (sorta) */
15 #define _POSIX_TIMEOUTS
16 
17 #endif /* __SYS__PTHREAD_H */