aboutsummaryrefslogtreecommitdiff
path: root/textproc/mifluz/files/patch-db__mut_pthread.c
blob: 322b6b22187e2d7cc4eb79b0a46680295544cf6b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- db/mut_pthread.c.orig
+++ db/mut_pthread.c
@@ -50,6 +50,10 @@
 #define	pthread_self		thr_self
 #endif
 
+#ifndef ETIME
+#define ETIME ETIMEDOUT
+#endif
+
 /*
  * __db_pthread_mutex_init --
  *	Initialize a MUTEX.