Commit 7559ba1
committed
musl: Decommonize definition of fanotify_event_metadata
musl has its own definition of the fanotify_event_metadata
struct and doesn't use the one from the Linux kernel.
The difference here is that musl's mask field has the type
unsigned long long, while the kernel uses __u64.
This currently causes libc-test to fail to compile on musl targets.
Linux: https://github.com/torvalds/linux/blob/master/include/uapi/linux/fanotify.h#L143
musl: https://git.musl-libc.org/cgit/musl/tree/include/sys/fanotify.h#n15
Signed-off-by: Jens Reidel <adrian@travitia.xyz>1 parent 5303c3a commit 7559ba1
2 files changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1220 | 1220 | | |
1221 | 1221 | | |
1222 | 1222 | | |
| 1223 | + | |
1223 | 1224 | | |
1224 | 1225 | | |
1225 | 1226 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
125 | 136 | | |
126 | 137 | | |
127 | 138 | | |
| |||
0 commit comments