diff options
Diffstat (limited to '')
-rw-r--r-- | src/threading.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/threading.h b/src/threading.h index 4114dba..8ebe805 100644 --- a/src/threading.h +++ b/src/threading.h | |||
@@ -255,5 +255,6 @@ void THREAD_KILL( THREAD_T* ref); | |||
255 | void THREAD_SETNAME( char const* _name); | 255 | void THREAD_SETNAME( char const* _name); |
256 | void THREAD_MAKE_ASYNCH_CANCELLABLE(); | 256 | void THREAD_MAKE_ASYNCH_CANCELLABLE(); |
257 | void THREAD_SET_PRIORITY( int prio); | 257 | void THREAD_SET_PRIORITY( int prio); |
258 | void THREAD_SET_AFFINITY( unsigned int aff); | ||
258 | 259 | ||
259 | #endif // __threading_h__ | 260 | #endif // __threading_h__ |