safe_macros: make safe_pread() and safe_pwrite() inline

These routines have an argument of type off_t, which has size dependent
on compile options on 32-bit builds. Thus having there rotines compiled
inside library cause ABI issues.

Signed-off-by: Nikita Yushchenko <nyushchenko@dev.rtsoft.ru>
Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
4 files changed