commit | 7f72ad4d6c6f4c99726fff423bdbbdca1032fdc2 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Apr 05 11:56:03 2016 -0700 |
committer | Elliott Hughes <enh@google.com> | Tue Apr 05 12:17:22 2016 -0700 |
tree | 157fe5d3c01930627c72ba75c39aa50497de0cf2 | |
parent | 95ddb26256db734be7f7efc8cba3362bcececea9 [diff] [blame] |
Add sync_file_range to <fcntl.h>. Bug: http://b/27952303 Change-Id: Idadfacd657ed415abc11684b9471e4e24c2fbf05
diff --git a/libc/include/fcntl.h b/libc/include/fcntl.h index 74ea523..9d15e92 100644 --- a/libc/include/fcntl.h +++ b/libc/include/fcntl.h
@@ -88,6 +88,7 @@ #if defined(__USE_GNU) ssize_t readahead(int, off64_t, size_t); +int sync_file_range(int, off64_t, off64_t, unsigned int); #endif extern int __open_2(const char*, int);