This is a more reliable version:
#if _LFS64_LARGEFILE
i.e. that the code must be conditionally included if it _LFS64_LARGEFILE
is true.
The addition - 0
prevents warning ( #if with no expression
) from being received if _LFS64_LARGEFILE
not defined.
a source
to share