diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2014-08-22 13:55:57 +0200 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2014-08-22 14:01:05 +0200 |
commit | 40a1eebde6be7ac3f1885147fc24e06ad1da260c (patch) | |
tree | a03d9895d6577fe38480633774050f41ae5ba079 /man/systemd-random-seed.service.xml | |
parent | 0975b63fb31263e535a2d26ed41e66e23f468bc5 (diff) |
shared: add MAXSIZE() and use it in resolved
The MAXSIZE() macro takes two types and returns the size of the larger
one. It is much simpler to use than MAX(sizeof(A), sizeof(B)) and also
avoids any compiler-extensions, unlike CONST_MAX() and MAX() (which are
needed to avoid evaluating arguments more than once). This was suggested
by Daniele Nicolodi <daniele@grinta.net>.
Also make resolved use this macro instead of CONST_MAX(). This enhances
readability quite a bit.
Diffstat (limited to 'man/systemd-random-seed.service.xml')
0 files changed, 0 insertions, 0 deletions