mirror of
https://github.com/schoebel/mars
synced 2025-01-14 02:50:48 +00:00
bio: move compat check
This commit is contained in:
parent
3a397ac00e
commit
d1dcca213f
@ -70,4 +70,9 @@ extern int _compat_unlink(
|
||||
#define HAS_BVEC_ITER
|
||||
#endif
|
||||
|
||||
/* adaptation to 4246a0b63bd8f56a1469b12eafeb875b1041a451 */
|
||||
#ifndef bio_io_error
|
||||
#define HAS_BI_ERROR
|
||||
#endif
|
||||
|
||||
#endif /* _MARS_COMPAT */
|
||||
|
@ -42,10 +42,6 @@
|
||||
|
||||
#include "mars_bio.h"
|
||||
// remove_this
|
||||
/* adaptation to 4246a0b63bd8f56a1469b12eafeb875b1041a451 */
|
||||
#ifndef bio_io_error
|
||||
#define HAS_BI_ERROR
|
||||
#endif
|
||||
|
||||
/* adapt to 4e1b2d52a80d79296a5d899d73249748dea71a53 and many others */
|
||||
#ifdef bio_op
|
||||
|
Loading…
Reference in New Issue
Block a user