[systemd-commits] src/libudev

Michal Schmidt michich at kemper.freedesktop.org
Mon Feb 16 12:22:14 PST 2015


 src/libudev/libudev-queue.c |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 37574894c8b1298728187d5fa554742a41a89168
Author: Michal Schmidt <mschmidt at redhat.com>
Date:   Mon Feb 16 21:17:48 2015 +0100

    Revert "build-sys: re-add old symbols for abi compat"
    
    This reverts commit 93a1e66efd4b0f4cda29c467d20d0f7510c0b3a8.
    
    It broke the builds for Walters.
    Kay hates it and "just knows" there are no actual users.

diff --git a/src/libudev/libudev-queue.c b/src/libudev/libudev-queue.c
index ae0b415..8ef1f3d 100644
--- a/src/libudev/libudev-queue.c
+++ b/src/libudev/libudev-queue.c
@@ -268,6 +268,3 @@ _public_ int udev_queue_flush(struct udev_queue *udev_queue) {
 
         return flush_fd(udev_queue->fd);
 }
-
-__asm__(".symver udev_queue_flush,udev_queue_flush at LIBUDEV_183");
-__asm__(".symver udev_queue_get_fd,udev_queue_get_fd at LIBUDEV_183");



More information about the systemd-commits mailing list