Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 91f87ca

Browse files
committed
Note that the values are ints.
1 parent e288f9d commit 91f87ca

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Doc/lib/liberrno.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ \section{Standard Module \sectcode{errno}}
44
\renewcommand{\indexsubitem}{E(in module errno)}
55

66
This module makes available standard errno system symbols.
7+
The value of each symbol is the corresponding integer value.
78
The names and descriptions are borrowed from linux/include/errno.h,
89
which should be pretty all-inclusive. Of the following list, symbols
910
that are not used on the current platform are not defined by the

Doc/liberrno.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ \section{Standard Module \sectcode{errno}}
44
\renewcommand{\indexsubitem}{E(in module errno)}
55

66
This module makes available standard errno system symbols.
7+
The value of each symbol is the corresponding integer value.
78
The names and descriptions are borrowed from linux/include/errno.h,
89
which should be pretty all-inclusive. Of the following list, symbols
910
that are not used on the current platform are not defined by the

0 commit comments

Comments
 (0)