summaryrefslogtreecommitdiff
path: root/libusb/os/unistd_posix.h
diff options
context:
space:
mode:
Diffstat (limited to 'libusb/os/unistd_posix.h')
-rw-r--r--libusb/os/unistd_posix.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/libusb/os/unistd_posix.h b/libusb/os/unistd_posix.h
index 1b3ba84..0e9981d 100644
--- a/libusb/os/unistd_posix.h
+++ b/libusb/os/unistd_posix.h
@@ -3,10 +3,10 @@
#include <unistd.h>
#include <poll.h>
-#define _libusb_write write
-#define _libusb_read read
-#define _libusb_close close
-#define _libusb_pipe pipe
-#define _libusb_poll poll
+#define usbi_write write
+#define usbi_read read
+#define usbi_close close
+#define usbi_pipe pipe
+#define usbi_poll poll
#endif /* __LIBUSB_UNISTD_POSIX_H__ */