Commit b57ef1cc authored by tim@white.box's avatar tim@white.box
Browse files

Merge

parents f811aa44 d9652cdc
Loading
Loading
Loading
Loading
+327 −280

File changed.

Preview size limit exceeded, changes collapsed.

+5 −5
Original line number Diff line number Diff line
@@ -20,15 +20,15 @@
#ifndef _my_pthread_h
#define _my_pthread_h

#ifdef __cplusplus
extern "C" {
#endif

#include <errno.h>
#ifndef ETIME
#define ETIME ETIMEDOUT				/* For FreeBSD */
#endif

#ifdef  __cplusplus
extern "C" {
#endif /* __cplusplus */ 

#if defined(__WIN__) || defined(OS2)

#ifdef OS2