[systemd-commits] src/libudev
Michael Biebl
mbiebl at kemper.freedesktop.org
Mon Apr 15 17:17:13 PDT 2013
src/libudev/libudev.sym | 1 -
1 file changed, 1 deletion(-)
New commits:
commit b45e9abd1dfae17399d404ed5da959bbe8472235
Author: Michael Biebl <biebl at debian.org>
Date: Tue Apr 16 02:14:45 2013 +0200
libudev: remove udev_monitor_new_from_socket() symbol
This function was removed in v183, so drop it from the symbols
versioning file.
diff --git a/src/libudev/libudev.sym b/src/libudev/libudev.sym
index c232fbf..8e09430 100644
--- a/src/libudev/libudev.sym
+++ b/src/libudev/libudev.sym
@@ -69,7 +69,6 @@ global:
udev_monitor_get_fd;
udev_monitor_get_udev;
udev_monitor_new_from_netlink;
- udev_monitor_new_from_socket;
udev_monitor_receive_device;
udev_monitor_ref;
udev_monitor_set_receive_buffer_size;
More information about the systemd-commits
mailing list