redefineable XIOCTL_RETRIES

This commit is contained in:
Devaev Maxim
2019-03-17 22:54:26 +03:00
parent c30dea20a5
commit a3e5d17628

View File

@@ -30,7 +30,9 @@
#include "logging.h"
#define XIOCTL_RETRIES 4
#ifndef XIOCTL_RETRIES
# define XIOCTL_RETRIES 4
#endif
INLINE int xioctl(int fd, int request, void *arg) {