Skip to content

Instantly share code, notes, and snippets.

@therealkenc
Created January 4, 2019 19:40
Show Gist options
  • Select an option

  • Save therealkenc/fbfdca81f6a02e472cfd90d7027ceadc to your computer and use it in GitHub Desktop.

Select an option

Save therealkenc/fbfdca81f6a02e472cfd90d7027ceadc to your computer and use it in GitHub Desktop.
// stub-sfr.c
#define _GNU_SOURCE /* See feature_test_macros(7) */
#include <fcntl.h>
int sync_file_range(int fd, off64_t offset, off64_t nbytes,
unsigned int flags)
{
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment