Skip to content

Add struct fanotify_event_info_fid #3688

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
rawhuul opened this issue May 7, 2024 · 0 comments · Fixed by #3695
Closed

Add struct fanotify_event_info_fid #3688

rawhuul opened this issue May 7, 2024 · 0 comments · Fixed by #3695
Labels
C-API-request Category: API request E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

Comments

@rawhuul
Copy link

rawhuul commented May 7, 2024

Host triplet: x86_64-unknown-linux-gnu

API struct is as follows:

struct fanotify_event_info_fid {
  struct fanotify_event_info_header hdr;
  __kernel_fsid_t fsid;
  unsigned char file_handle[0];
};

Man page for more info: https://man7.org/linux/man-pages/man7/fanotify.7.html

Source link: https://github.com/torvalds/linux/blob/dccb07f2914cdab2ac3a5b6c98406f765acab803/include/uapi/linux/fanotify.h#L166

@rawhuul rawhuul added the C-API-request Category: API request label May 7, 2024
devnexen added a commit to devnexen/libc that referenced this issue May 11, 2024
devnexen added a commit to devnexen/libc that referenced this issue May 11, 2024
devnexen added a commit to devnexen/libc that referenced this issue May 11, 2024
devnexen added a commit to devnexen/libc that referenced this issue May 11, 2024
devnexen added a commit to devnexen/libc that referenced this issue May 11, 2024
devnexen added a commit to devnexen/libc that referenced this issue Aug 15, 2024
devnexen added a commit to devnexen/libc that referenced this issue Aug 15, 2024
devnexen added a commit to devnexen/libc that referenced this issue Aug 15, 2024
devnexen added a commit to devnexen/libc that referenced this issue Aug 15, 2024
@tgross35 tgross35 added E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue. and removed help wanted labels Aug 29, 2024
devnexen added a commit to devnexen/libc that referenced this issue Sep 3, 2024
devnexen added a commit to devnexen/libc that referenced this issue Sep 3, 2024
devnexen added a commit to devnexen/libc that referenced this issue Sep 3, 2024
tgross35 pushed a commit to tgross35/rust-libc that referenced this issue Oct 15, 2024
tgross35 pushed a commit to tgross35/rust-libc that referenced this issue Oct 15, 2024
tgross35 pushed a commit to tgross35/rust-libc that referenced this issue Oct 15, 2024
AkhilTThomas pushed a commit to AkhilTThomas/libc that referenced this issue Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-API-request Category: API request E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants