]> CyberLeo.Net >> Repos - SourceForge/eyefi-config.git/blob - eyefi-osx.c
Add support for other operating systems:
[SourceForge/eyefi-config.git] / eyefi-osx.c
1
2 int fd_set_no_cache(int fd)
3 {
4         //fcntl(fd, F_SETFL, O_DIRECT);
5         return fcntl(fd, F_NOCACHE, 1);
6 }
7
8