From: antirez Date: Thu, 25 Oct 2012 14:15:55 +0000 (+0200) Subject: Fix compilation on Linux kernels or glibc versions lacking sync_file_range(). X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/d2f83d4a764fc155dbe07f5badecd9b65af699a5?hp=d2f83d4a764fc155dbe07f5badecd9b65af699a5 Fix compilation on Linux kernels or glibc versions lacking sync_file_range(). This fixes issue #667. Many thanks to Didier Spezia for the fix. ---