wepoll/src/internal.h
2017-09-10 20:40:42 +02:00

10 lines
175 B
C

#ifndef EPOLL_INTERNAL_H_
#define EPOLL_INTERNAL_H_
#ifndef EPOLL_INTERNAL
#define EPOLL_INTERNAL
#define EPOLL_INTERNAL_EXTERN extern
#endif
#endif /* EPOLL_INTERNAL_H_ */