]> Sergey Matveev's repositories - nnn.git/commit
define _FILE_OFFSET_BITS 64 unconditionally
authorNRK <nrk@disroot.org>
Sat, 1 Jul 2023 02:56:18 +0000 (08:56 +0600)
committerNRK <nrk@disroot.org>
Sat, 1 Jul 2023 02:56:18 +0000 (08:56 +0600)
commitdb8b61866b1cc6dbbf05f83a7ca623f42eb9fcb7
tree7945b4950506fc30ca066b8204d18a5af238f5f4
parent26d5b5c6141f0424869db8ca47e1d370f7b898d5
define _FILE_OFFSET_BITS 64 unconditionally

according to the manpage, it won't have any effect on 64bit system
anyways. and musl always uses 64bit so this macro doesn't have any
effect there either.
src/nnn.c