chiark / gitweb /
bus: stop using EDEADLOCK
authorDavid Herrmann <dh.herrmann@gmail.com>
Fri, 13 Mar 2015 12:55:54 +0000 (13:55 +0100)
committerDavid Herrmann <dh.herrmann@gmail.com>
Fri, 13 Mar 2015 13:10:39 +0000 (14:10 +0100)
commit32a568fb90bf0a22a3007fa670305403a5d0bb72
treed8547895e9317c774c0db9bb0488ba52a09f2c48
parentff55c3c7327e6ad8ab139aef52d498386d4f4a72
bus: stop using EDEADLOCK

The error code is called EDEADLK, stop using legacy names like EDEADLOCK.
Note that _some_ weird architectures define them differently (namely, mips
and sparc), but on all sane architectures they're exactly the same. So
stay with the widely used code, which is EDEADLK.
src/libsystemd/sd-bus/bus-common-errors.c
src/test/test-engine.c