kdbus: drop KDBUS_ITEM_SIGMASK
authorDavid Herrmann <dh.herrmann@gmail.com>
Wed, 7 Jan 2015 12:30:28 +0000 (13:30 +0100)
committerDavid Herrmann <dh.herrmann@gmail.com>
Wed, 7 Jan 2015 12:30:28 +0000 (13:30 +0100)
commit55e11f9cbdb468ad31cf7226c82a372375c735b4
treea8bcee9f10ae82359895c4c42ab2d24fb95d988f
parent91e12f57e475be1543f5fb1ebe538e5e4f1e2fde
kdbus: drop KDBUS_ITEM_SIGMASK

The sigset_t type is arch-dependent. We really don't want such types in
our kdbus API. Our CANCEL_FD provides a safe alternative, so use it.

If anyone wants SIGMASK support later on, we can always add it again. But
unless someone wants it, we will try hard to keep it out of kdbus.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Changelog
connection.c
item.c
kdbus.h
kdbus.txt