-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: For no good reason, DiskFile has been using ftell without any error checking. This hasn't been a problem, but we should be more careful. This also removes the last dependency on errno, as DiskFileChunk now returns an unambiguous error status in all cases. Reviewed By: jtbraun Differential Revision: D57580321 fbshipit-source-id: f5e9a5c4522b83e688c7dbf89acb5ee3a0b5a102
- Loading branch information
1 parent
0d101b5
commit 29380c9
Showing
2 changed files
with
27 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters