Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
musl: attempt to fix build
Baptiste Daroussin committed 2 years ago
commit 6897ba13de9d362aee0660d8720ef3cc29d2e8d7
parent 9727eec
1 file changed +4 -0
modified compat/funopen.c
@@ -56,6 +56,10 @@ cookie_write(void *cookie, const char *buf, size_t size)
	return (ssize_t)funcs->writefn(funcs->cookie, buf, (int)size);
}

+
#ifndef off64_t
+
#define off64_t off_t
+
#endif
+

static int
cookie_seek(void *cookie, off64_t *offset, int whence)
{