diff options
Diffstat (limited to 'textproc/mifluz/files/patch-db__mut_pthread.c')
-rw-r--r-- | textproc/mifluz/files/patch-db__mut_pthread.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/textproc/mifluz/files/patch-db__mut_pthread.c b/textproc/mifluz/files/patch-db__mut_pthread.c deleted file mode 100644 index 322b6b22187e..000000000000 --- a/textproc/mifluz/files/patch-db__mut_pthread.c +++ /dev/null @@ -1,13 +0,0 @@ ---- 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. |