Skip to content

Commit

Permalink
Move $d_namlen to the end of $dirent
Browse files Browse the repository at this point in the history
  • Loading branch information
caspervonb committed May 16, 2020
1 parent 2627acd commit 4d2fcc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phases/ephemeral/witx/typenames.witx
Original file line number Diff line number Diff line change
Expand Up @@ -367,10 +367,10 @@
(field $d_next $dircookie)
;;; The serial number of the file referred to by this directory entry.
(field $d_ino $inode)
;;; The length of the name of the directory entry.
(field $d_namlen $dirnamlen)
;;; The type of the file referred to by this directory entry.
(field $d_type $filetype)
;;; The length of the name of the directory entry.
(field $d_namlen $dirnamlen)
)
)

Expand Down

0 comments on commit 4d2fcc6

Please sign in to comment.