ports/textproc/mifluz/files/patch-db__mut_pthread.c
Vanilla I. Shu cd2b2ce72c 1: Upgrade to 0.26.0.
2: strip binary
3: use @sample keyword.

PR:		197458
Submitted by:	Ports Fury.
2015-02-17 01:15:58 +00:00

13 lines
217 B
C

--- 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.