diff options
| author | Florian Weimer <fweimer@redhat.com> | 2024-08-30 21:51:46 +0200 |
|---|---|---|
| committer | Florian Weimer <fweimer@redhat.com> | 2024-09-05 11:34:31 +0200 |
| commit | b09a520bb6d98d465818aadfd0641751ce824053 (patch) | |
| tree | e787e3531cdff7cf54508469e724a339bc15ec34 /support/bundled/README | |
| parent | ed416ee402dd0d014ed55b76c3b50c4700d875e3 (diff) | |
| download | glibc-b09a520bb6d98d465818aadfd0641751ce824053.tar.xz glibc-b09a520bb6d98d465818aadfd0641751ce824053.zip | |
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>
Diffstat (limited to 'support/bundled/README')
| -rw-r--r-- | support/bundled/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/support/bundled/README b/support/bundled/README new file mode 100644 index 0000000000..e861b3d40a --- /dev/null +++ b/support/bundled/README @@ -0,0 +1,5 @@ +This subtree contains bundled files included verbatim from other +sources. They are used for building the support/ infrastructure. + +linux/ + Select files from the Linux 6.10 source tree. |
