1 #ifndef _LINUX_ERRNO_H 1 2 #define _LINUX_ERRNO_H 3 4 #include <uapi/linux/errno.h> 5 6 7 /* 8 * These should never be seen by user programs 9 * codes, signal_pending() MUST be set. Note 10 * at syscall exit tracing, but they will neve 11 * process to see. 12 */ 13 #define ERESTARTSYS 512 14 #define ERESTARTNOINTR 513 15 #define ERESTARTNOHAND 514 /* restart if 16 #define ENOIOCTLCMD 515 /* No ioctl co 17 #define ERESTART_RESTARTBLOCK 516 /* restart b 18 #define EPROBE_DEFER 517 /* Driver requ 19 #define EOPENSTALE 518 /* open found 20 21 /* Defined for the NFSv3 protocol */ 22 #define EBADHANDLE 521 /* Illegal NFS 23 #define ENOTSYNC 522 /* Update sync 24 #define EBADCOOKIE 523 /* Cookie is s 25 #define ENOTSUPP 524 /* Operation i 26 #define ETOOSMALL 525 /* Buffer or r 27 #define ESERVERFAULT 526 /* An untransl 28 #define EBADTYPE 527 /* Type not su 29 #define EJUKEBOX 528 /* Request ini 30 #define EIOCBQUEUED 529 /* iocb queued 31 32 #endif 33
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.