diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-11-14 10:20:25 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-11-14 10:20:25 -0800 |
commit | 0079dd2382eba185d22410a1d3088dc7146bc00a (patch) | |
tree | af3c1fa38888dbab45fcde303c4a275f5439b107 /manual | |
parent | 8964681064db9f13ee4ec7f46c53f04d66a04b99 (diff) | |
download | glibc-0079dd2382eba185d22410a1d3088dc7146bc00a.tar glibc-0079dd2382eba185d22410a1d3088dc7146bc00a.tar.gz glibc-0079dd2382eba185d22410a1d3088dc7146bc00a.tar.bz2 glibc-0079dd2382eba185d22410a1d3088dc7146bc00a.zip |
Add support for new Linux error ERFKILL.
Diffstat (limited to 'manual')
-rw-r--r-- | manual/errno.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/manual/errno.texi b/manual/errno.texi index fcba26750e..03a868e457 100644 --- a/manual/errno.texi +++ b/manual/errno.texi @@ -1265,6 +1265,12 @@ They are not yet documented.} @comment errno ???/??? @end deftypevr +@comment errno.h +@comment Linux: Operation not possible due to RF-kill +@deftypevr Macro int ERFKILL +@comment errno ???/??? +@end deftypevr + @node Error Messages, , Error Codes, Error Reporting @section Error Messages |