]> sourceware.org Git - glibc.git/commit
Bundle <linux/fuse.h> userspace header from Linux 6.10
authorFlorian Weimer <fweimer@redhat.com>
Fri, 30 Aug 2024 19:51:46 +0000 (21:51 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Thu, 5 Sep 2024 09:34:31 +0000 (11:34 +0200)
commitb09a520bb6d98d465818aadfd0641751ce824053
treee787e3531cdff7cf54508469e724a339bc15ec34
parented416ee402dd0d014ed55b76c3b50c4700d875e3
Bundle <linux/fuse.h> userspace header from Linux 6.10

And include the required licensing information.  The only
change is a removed trailing empty line in
LICENSES/exceptions/Linux-syscall-note.

Bundling <linux/fuse.h> is the recommended way to deal with
the evolution of the FUSE userspace interface because
structs change sizes over time.  The kernel maintains
compatibility, but source-level compatibility on recompilation
may require additional code that is aware of older struct sizes.

Signed-off-by: Florian Weimer <fweimer@redhat.com>
Reviewed-by: DJ Delorie <dj@redhat.com>
support/bundled/README [new file with mode: 0644]
support/bundled/linux/COPYING [new file with mode: 0644]
support/bundled/linux/LICENSES/exceptions/Linux-syscall-note [new file with mode: 0644]
support/bundled/linux/LICENSES/preferred/GPL-2.0 [new file with mode: 0644]
support/bundled/linux/include/uapi/linux/fuse.h [new file with mode: 0644]
This page took 0.033385 seconds and 5 git commands to generate.