Note that the values are ints.

This commit is contained in:
Guido van Rossum 1996-07-30 20:45:45 +00:00
parent e288f9dfa3
commit 91f87ca69b
2 changed files with 2 additions and 0 deletions

View file

@ -4,6 +4,7 @@
\renewcommand{\indexsubitem}{E(in module errno)} \renewcommand{\indexsubitem}{E(in module errno)}
This module makes available standard errno system symbols. This module makes available standard errno system symbols.
The value of each symbol is the corresponding integer value.
The names and descriptions are borrowed from linux/include/errno.h, The names and descriptions are borrowed from linux/include/errno.h,
which should be pretty all-inclusive. Of the following list, symbols which should be pretty all-inclusive. Of the following list, symbols
that are not used on the current platform are not defined by the that are not used on the current platform are not defined by the

View file

@ -4,6 +4,7 @@
\renewcommand{\indexsubitem}{E(in module errno)} \renewcommand{\indexsubitem}{E(in module errno)}
This module makes available standard errno system symbols. This module makes available standard errno system symbols.
The value of each symbol is the corresponding integer value.
The names and descriptions are borrowed from linux/include/errno.h, The names and descriptions are borrowed from linux/include/errno.h,
which should be pretty all-inclusive. Of the following list, symbols which should be pretty all-inclusive. Of the following list, symbols
that are not used on the current platform are not defined by the that are not used on the current platform are not defined by the