diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2013-01-07 10:51:47 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2013-01-07 12:17:23 -0500 |
commit | c18029abe93784928a4aab040f5f351c8c6abac3 (patch) | |
tree | 110116cf874d6a24150b5b594695d742530a66bf /src/libudev | |
parent | 374546c2398cce814fdb904c807d3878df025c56 (diff) |
Added LIBUDEV_196 symbol versioning
systemd-udev-196 added four more functions to their libudev.sym under
the LIBUDEV_196 version; consumers such as udisks use the symbol versions
at link time and so it is absolutely necessary for us to provide the same
symbol versioning and functions in order to provide compatibility.
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/libudev')
-rw-r--r-- | src/libudev/libudev.sym | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/libudev/libudev.sym b/src/libudev/libudev.sym index 5b2c3d32cc..df6a1aeddf 100644 --- a/src/libudev/libudev.sym +++ b/src/libudev/libudev.sym @@ -100,3 +100,11 @@ LIBUDEV_189 { global: udev_device_new_from_device_id; } LIBUDEV_183; + +LIBUDEV_196 { +global: + udev_hwdb_new; + udev_hwdb_ref; + udev_hwdb_unref; + udev_hwdb_get_properties_list_entry; +} LIBUDEV_189; |