Penguin
Annotated edit history of ENODATA version 3, including all changes. View license author blame.
Rev Author # Line
3 JohnMcPherson 1 !!!No data available
1 AnandBabu 2
3 JohnMcPherson 3 It looks like this error condition is supposed to be used if a read(2) system call is used on a file descriptor in non-blocking mode and no data is ready to be read. However, according to the read(2) man page for the [GNU] [C] library, [EAGAIN] is used in this situation instead.
4
5 ENODATA is used in the linux kernel in a few places, however. For example:
6 * the [NTFS] and the [JFS] drivers use it as an error condition in a few places.
7 * The "Intel CPU Microcode Update driver for Linux" uses this error code.
8 * The ftape driver returns this on an [ECC] read failure.

PHP Warning

lib/blame.php:177: Warning: Invalid argument supplied for foreach()