summaryrefslogtreecommitdiffstats
path: root/inc/dnbd3/afl.h
blob: 071293f01a4c1efc099c2c756b248297ff1ffdd2 (plain) (blame)
1
2
3
4
#ifdef DNBD3_SERVER_AFL
#define send(a,b,c,d) write((a) == 0 ? 1 : (a), b, c)
#define recv(a,b,c,d) read(a, b, c)
#endif