-
Notifications
You must be signed in to change notification settings - Fork 603
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support File#truncate and File#ftruncate correctly
Turns out that #truncate needed to be a class method, so I moved it to a class method of FileDescriptor. Also added support for creating a DirectoryFileDescriptor. It merely inherits from FileDescriptor now. We will see if it needs any new behavior or if default behavior needs to be curtailed.
- Loading branch information
1 parent
f4bd9c7
commit 4072455
Showing
2 changed files
with
19 additions
and
11 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