]> git.ipfire.org Git - thirdparty/util-linux.git/commit
include: [bitops.h] make return values consistent
authorKarel Zak <kzak@redhat.com>
Tue, 2 Aug 2011 10:30:57 +0000 (12:30 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 2 Aug 2011 10:33:10 +0000 (12:33 +0200)
commitd1425592a2970b53a5941c3efe59197a3f418259
treef10d0dea0061b999dad6ccc9ee3169dca7ac3f4b
parent7fc6d2b8f8f55f38f069414706bac59c20dd4d24
include: [bitops.h] make return values consistent

The *_to_cpu() and cpu_to_*() macros have to return always the same date types
independently on CPU type.

Signed-off-by: Karel Zak <kzak@redhat.com>
include/bitops.h