chiark / gitweb /
journal: u64log2 can be expressed just as __builtin_clzll(n) ^ 63U
[elogind.git] / src / core / sync.h
2013-02-09 Lennart Poetteringshutdown: issue a sync() as soon as shutdown.target...