mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-01-06 08:30:00 +01:00
Merge branch 'master' into liblrzip
Conflicts: stream.c
This commit is contained in:
commit
44fa63bf11
2
stream.c
2
stream.c
|
|
@ -63,7 +63,7 @@
|
|||
#include "lrzip.h"
|
||||
|
||||
|
||||
#ifdef __APPLE__
|
||||
#if defined(__APPLE__) || defined(__FreeBSD__)
|
||||
# define fmemopen(s, len, modes) fake_fmemopen(control, (s), (len), (modes))
|
||||
# define open_memstream(bufloc, sizeloc) fake_open_memstream(control, (bufloc), (sizeloc))
|
||||
# define memstream_update_buffer fake_open_memstream_update_buffer
|
||||
|
|
|
|||
Loading…
Reference in a new issue