summaryrefslogtreecommitdiff
path: root/src/libudev
diff options
context:
space:
mode:
authorMichal Schmidt <mschmidt@redhat.com>2015-02-16 21:17:48 +0100
committerMichal Schmidt <mschmidt@redhat.com>2015-02-16 21:22:00 +0100
commit37574894c8b1298728187d5fa554742a41a89168 (patch)
tree427852c4edfdae6b09421cce0e59e1c69d3f0bdb /src/libudev
parent7edecf218e5884ec8d1549707b4c7a0572c2d93b (diff)
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.
Diffstat (limited to 'src/libudev')
-rw-r--r--src/libudev/libudev-queue.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libudev/libudev-queue.c b/src/libudev/libudev-queue.c
index ae0b415e3..8ef1f3d4b 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@LIBUDEV_183");
-__asm__(".symver udev_queue_get_fd,udev_queue_get_fd@LIBUDEV_183");