Skip to content
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

Add struct fanotify_event_info_fid #3688

Open
rawhuul opened this issue May 7, 2024 · 0 comments · May be fixed by #3695
Open

Add struct fanotify_event_info_fid #3688

rawhuul opened this issue May 7, 2024 · 0 comments · May be fixed by #3695
Labels
C-API-request Category: API request

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 devnexen linked a pull request May 11, 2024 that will close this issue
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
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant