chiark / gitweb /
libudev: fix symbol version for udev_queue_flush() and udev_queue_get_fd()
[elogind.git] / src / libudev / libudev.sym
index 1e6f885141e4b3f9fe2183ecca1f780e098aca11..76726fca774892451e6ece4baab7380d1ce945a5 100644 (file)
@@ -112,3 +112,9 @@ LIBUDEV_199 {
 global:
         udev_device_set_sysattr_value;
 } LIBUDEV_196;
 global:
         udev_device_set_sysattr_value;
 } LIBUDEV_196;
+
+LIBUDEV_215 {
+global:
+        udev_queue_flush;
+        udev_queue_get_fd;
+} LIBUDEV_199;