drop UDEV_EXPORT
This commit is contained in:
parent
86d3dcab0f
commit
8a946ad9e6
8 changed files with 71 additions and 74 deletions
1
udev.h
1
udev.h
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue