wepoll/config/internal/default/config-internal.h
Bert Belder 2ce1a56c40
config: rename macro 'WEPOLL_INTERNAL_VAR' to 'WEPOLL_INTERNAL_EXTERN'
The old name was not really appropriate; this attribute should only be
used on variable declarations, while the definition of the same variable
needs to be tagged with 'WEPOLL_INTERNAL'.
2020-05-26 19:07:03 +02:00

3 lines
62 B
C

#define WEPOLL_INTERNAL
#define WEPOLL_INTERNAL_EXTERN extern