Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit f4095df

Browse files
Merge pull request #1795 from nemanja-boric-sociomantic/inotify
Disable copying of inotify_event
2 parents c7182eb + 29b5e73 commit f4095df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/core/sys/linux/sys/inotify.d

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ struct inotify_event
1818
uint cookie;
1919
uint len;
2020
char[0] name;
21+
22+
@disable this(this);
2123
}
2224

2325
enum: uint

0 commit comments

Comments
 (0)