summaryrefslogtreecommitdiff
path: root/libusb/os/unistd_posix.h
blob: 1b3ba846a1afad721e9dc69528eacf0ef331a64a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __LIBUSB_UNISTD_POSIX_H__
#define __LIBUSB_UNISTD_POSIX_H__

#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

#endif /* __LIBUSB_UNISTD_POSIX_H__ */