Skip to content

Commit

Permalink
c.fuse.fuse: Fix definition of utimens
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberShadow committed Feb 17, 2021
1 parent d7197b6 commit 91788e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/c/fuse/fuse.d
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ struct fuse_operations
*
* Introduced in version 2.6
*/
int function(const char*, const timespec) utimens;
int function(const char*, const ref timespec[2]) utimens;

/**
* Map block index within file to block index within device
Expand Down

0 comments on commit 91788e1

Please sign in to comment.