hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/include/linux/errno.h
....@@ -18,6 +18,7 @@
1818 #define ERESTART_RESTARTBLOCK 516 /* restart by calling sys_restart_syscall */
1919 #define EPROBE_DEFER 517 /* Driver requests probe retry */
2020 #define EOPENSTALE 518 /* open found a stale dentry */
21
+#define ENOPARAM 519 /* Parameter not supported */
2122
2223 /* Defined for the NFSv3 protocol */
2324 #define EBADHANDLE 521 /* Illegal NFS file handle */