KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
_pthread.h
Go to the documentation of this file.
1/** \file sys/_pthread.h
2 \brief Basic sys/_pthread.h file for older versions of newlib.
3
4 This file ensures that the various pthread types get defined for older
5 versions of Newlib that use this file instead of <sys/_pthreadtypes.h>.
6*/
7
8#ifndef __SYS__PTHREAD_H
9#define __SYS__PTHREAD_H
10
11#include <sys/_pthreadtypes.h>
12
13#endif /* __SYS__PTHREAD_H */