mirror of
git://git.musl-libc.org/musl
synced 2024-12-17 04:05:05 +00:00
fix typo in inotify structure
This commit is contained in:
parent
26031da0f8
commit
b1b752372f
@ -8,7 +8,7 @@ extern "C" {
|
||||
#include <stdint.h>
|
||||
|
||||
struct inotify_event {
|
||||
int we;
|
||||
int wd;
|
||||
uint32_t mask, cookie, len;
|
||||
char name[];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user