mirror of git://sourceware.org/git/glibc.git
(Error Codes): Add EDIED (hurd only).
This commit is contained in:
parent
f38dc9148b
commit
42c146f3cd
|
|
@ -661,6 +661,14 @@ it into a @code{SIGTTIN} or @code{SIGTTOU} signal. @xref{Job Control},
|
|||
for information on process groups and these signals.
|
||||
@end deftypevr
|
||||
|
||||
@comment errno.h
|
||||
@comment GNU: Translator died
|
||||
@deftypevr Macro int EDIED
|
||||
In the GNU system, opening a file returns this error when the file is
|
||||
translated by a program and the translator program dies while starting
|
||||
up, before it has connected to the file.
|
||||
@end deftypevr
|
||||
|
||||
@comment errno.h
|
||||
@comment GNU: ?
|
||||
@deftypevr Macro int ED
|
||||
|
|
|
|||
Loading…
Reference in New Issue