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 4d2fcc6 commit c5dc688
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions phases/ephemeral/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -558,13 +558,13 @@ The serial number of the file referred to by this directory entry.

Offset: 8

- <a href="#dirent.d_namlen" name="dirent.d_namlen"></a> `d_namlen`: [`dirnamlen`](#dirnamlen)
The length of the name of the directory entry.
- <a href="#dirent.d_type" name="dirent.d_type"></a> `d_type`: [`filetype`](#filetype)
The type of the file referred to by this directory entry.

Offset: 16

- <a href="#dirent.d_type" name="dirent.d_type"></a> `d_type`: [`filetype`](#filetype)
The type of the file referred to by this directory entry.
- <a href="#dirent.d_namlen" name="dirent.d_namlen"></a> `d_namlen`: [`dirnamlen`](#dirnamlen)
The length of the name of the directory entry.

Offset: 20

Expand Down

0 comments on commit c5dc688

Please sign in to comment.