mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-28 00:12:15 +00:00
remove leftover comments
This commit is contained in:
parent
a067982c30
commit
d0452ea419
@ -143,11 +143,11 @@ export type dircookie_t = u64;
|
|||||||
/** A directory entry. */
|
/** A directory entry. */
|
||||||
@unmanaged export class dirent {
|
@unmanaged export class dirent {
|
||||||
/** The offset of the next directory entry stored in this directory. */
|
/** The offset of the next directory entry stored in this directory. */
|
||||||
next: dircookie_t; // 0
|
next: dircookie_t;
|
||||||
/** The serial number of the file referred to by this directory entry. */
|
/** The serial number of the file referred to by this directory entry. */
|
||||||
ino: inode_t; // 8
|
ino: inode_t;
|
||||||
/** The length of the name of the directory entry. */
|
/** The length of the name of the directory entry. */
|
||||||
namlen: u32; // 16
|
namlen: u32;
|
||||||
/** The type of the file referred to by this directory entry. */
|
/** The type of the file referred to by this directory entry. */
|
||||||
type: filetype_t;
|
type: filetype_t;
|
||||||
private __padding0: u16;
|
private __padding0: u16;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user