mirror of
https://github.com/ckolivas/lrzip.git
synced 2025-12-06 07:12:00 +01:00
Add freebsd to fake memopen as well.
This commit is contained in:
parent
44fa63bf11
commit
f8661d4356
|
|
@ -19,7 +19,7 @@
|
|||
#include "lrzip.h"
|
||||
#include "rzip.h"
|
||||
|
||||
#ifdef __APPLE__
|
||||
#if defined(__APPLE__) || defined(__FreeBSD__)
|
||||
# define fmemopen(s, len, modes) fake_fmemopen((s), (len), (modes))
|
||||
static FILE *fake_fmemopen(void *buf, size_t buflen, const char *mode)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue