]> pd.if.org Git - pdclib/blob - platform/posix/includes/errno.h
Add pthreads threading backend and move the POSIX port over to using it
[pdclib] / platform / posix / includes / errno.h
1 #ifndef _PDCLIB_ERRNO_H
2 #define _PDCLIB_ERRNO_H
3 #include <sys/errno.h>
4 #endif