chiark / gitweb /
Remove librt dependency.
authorSven Eden <yamakuzure@gmx.net>
Fri, 20 Jan 2017 03:58:34 +0000 (04:58 +0100)
committerSven Eden <yamakuzure@gmx.net>
Tue, 14 Mar 2017 09:23:02 +0000 (10:23 +0100)
The only function still using librt was
src/shared/clean-ipc.c::clean_posix_mq().

But that function is not really needed, because elogind does not call
mq_open() anywhere, or any other mqueue related functions.


No differences found