Ruby 2.5.0 (#2143)
[termux-packages] / disabled-packages / cups / file.c.patch
CommitLineData
698b1561
VB
1--- ./cups/file.c 2016-10-04 01:25:40.000000000 +0530
2+++ ../file.c 2016-12-11 09:51:21.994431659 +0530
3@@ -39,6 +39,9 @@
4 static ssize_t cups_read(cups_file_t *fp, char *buf, size_t bytes);
5 static ssize_t cups_write(cups_file_t *fp, const char *buf, size_t bytes);
6
7+#ifdef __ANDROID__
8+#include "lockf.cpp"
9+#endif
10
11 #ifndef WIN32
12 /*