diff options
| author | Christian Brauner <brauner@kernel.org> | 2026-07-02 10:00:38 +0200 |
|---|---|---|
| committer | Christian Brauner <brauner@kernel.org> | 2026-07-02 10:00:38 +0200 |
| commit | cf6f88615485a68df77092de1f90f88708a32fa6 (patch) | |
| tree | 05de75f187e0b6792f44e07e9625a7f60252b2e2 /include/uapi | |
| parent | e41775a83c9be51bf8d3b8e0f088f6440d004a61 (diff) | |
| parent | 7028d60a643ac945826ae281ae5ec1940ee06fbf (diff) | |
| download | linux-next-cf6f88615485a68df77092de1f90f88708a32fa6.tar.gz linux-next-cf6f88615485a68df77092de1f90f88708a32fa6.zip | |
Merge branch 'vfs-7.3.errno' into vfs.all
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'include/uapi')
| -rw-r--r-- | include/uapi/asm-generic/errno.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/asm-generic/errno.h b/include/uapi/asm-generic/errno.h index bd78e69e0a43..c84ebf89c8b6 100644 --- a/include/uapi/asm-generic/errno.h +++ b/include/uapi/asm-generic/errno.h @@ -76,7 +76,7 @@ #define ENOPROTOOPT 92 /* Protocol not available */ #define EPROTONOSUPPORT 93 /* Protocol not supported */ #define ESOCKTNOSUPPORT 94 /* Socket type not supported */ -#define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */ +#define EOPNOTSUPP 95 /* Operation not supported */ #define EPFNOSUPPORT 96 /* Protocol family not supported */ #define EAFNOSUPPORT 97 /* Address family not supported by protocol */ #define EADDRINUSE 98 /* Address already in use */ |
