diff options
Diffstat (limited to 'mit-pthreads/include/pthread/config.h')
-rw-r--r-- | mit-pthreads/include/pthread/config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mit-pthreads/include/pthread/config.h b/mit-pthreads/include/pthread/config.h new file mode 100644 index 00000000000..251948c3874 --- /dev/null +++ b/mit-pthreads/include/pthread/config.h @@ -0,0 +1,5 @@ +#ifndef _SYS___CONFIG_H_ +#define _SYS___CONFIG_H_ +#define _OS_HAS_TIMESPEC 1 +#define _OS_HAS_SOCKLEN_T 1 +#endif |