projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26031da
)
fix typo in inotify structure
author
Rich Felker
<dalias@aerifal.cx>
Sun, 20 Feb 2011 21:21:39 +0000
(16:21 -0500)
committer
Rich Felker
<dalias@aerifal.cx>
Sun, 20 Feb 2011 21:21:39 +0000
(16:21 -0500)
include/sys/inotify.h
patch
|
blob
|
history
diff --git
a/include/sys/inotify.h
b/include/sys/inotify.h
index 59644ef37e6d8b19394e68e03f3d3cfe5cb29c66..921a19ca8d1401df5c512f39fe7a1c376980caa0 100644
(file)
--- a/
include/sys/inotify.h
+++ b/
include/sys/inotify.h
@@
-8,7
+8,7
@@
extern "C" {
#include <stdint.h>
struct inotify_event {
- int w
e
;
+ int w
d
;
uint32_t mask, cookie, len;
char name[];
};