summaryrefslogtreecommitdiff
path: root/libusb/os/poll_posix.h
diff options
context:
space:
mode:
Diffstat (limited to 'libusb/os/poll_posix.h')
-rw-r--r--libusb/os/poll_posix.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libusb/os/poll_posix.h b/libusb/os/poll_posix.h
index 5b4b2c9..bc0239c 100644
--- a/libusb/os/poll_posix.h
+++ b/libusb/os/poll_posix.h
@@ -8,4 +8,7 @@
int usbi_pipe(int pipefd[2]);
+#define usbi_inc_fds_ref(x, y)
+#define usbi_dec_fds_ref(x, y)
+
#endif /* LIBUSB_POLL_POSIX_H */