1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-07 01:27:11 +03:00

libudev: add missing 'global' to symbol export

This commit is contained in:
Kay Sievers 2013-09-17 16:37:42 -05:00
parent 4608af4333
commit 491d152dbd
Notes: Lennart Poettering 2013-10-04 17:11:46 +02:00
Backport: bugfix

View File

@ -109,5 +109,6 @@ global:
} LIBUDEV_189; } LIBUDEV_189;
LIBUDEV_199 { LIBUDEV_199 {
global:
udev_device_set_sysattr_value; udev_device_set_sysattr_value;
} LIBUDEV_196; } LIBUDEV_196;