libbb.h: fix logic selecting incorrect BB_STRTOOFF for !LFS configs

BB_STRTOOFF() was equal to bb_strtou(). On x86_64, it's incorrect.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
1 file changed