1
0
Fork 0

drop UDEV_EXPORT

This commit is contained in:
illiliti 2020-07-18 05:15:00 +03:00
parent 86d3dcab0f
commit 8a946ad9e6
8 changed files with 71 additions and 74 deletions

1
udev.h
View file

@ -4,7 +4,6 @@
extern "C" {
#endif
#define UDEV_EXPORT __attribute__ ((visibility("default")))
#define udev_list_entry_foreach(list_entry, first_entry) \
for (list_entry = first_entry; list_entry; list_entry = udev_list_entry_get_next(list_entry))