mirror of
https://github.com/schoebel/mars
synced 2025-02-18 04:57:10 +00:00
bio: move compat check
This commit is contained in:
parent
c21465b462
commit
3a397ac00e
@ -66,4 +66,8 @@ extern int _compat_unlink(
|
||||
* This is a hell.
|
||||
*/
|
||||
|
||||
#ifdef __bvec_iter_bvec
|
||||
#define HAS_BVEC_ITER
|
||||
#endif
|
||||
|
||||
#endif /* _MARS_COMPAT */
|
||||
|
@ -42,9 +42,6 @@
|
||||
|
||||
#include "mars_bio.h"
|
||||
// remove_this
|
||||
#ifdef __bvec_iter_bvec
|
||||
#define HAS_BVEC_ITER
|
||||
#endif
|
||||
/* adaptation to 4246a0b63bd8f56a1469b12eafeb875b1041a451 */
|
||||
#ifndef bio_io_error
|
||||
#define HAS_BI_ERROR
|
||||
|
Loading…
Reference in New Issue
Block a user