mirror of git://sourceware.org/git/glibc.git
(Tools for Compilation): Update required texinfo version.
This commit is contained in:
parent
aad20af475
commit
407dc7a070
|
|
@ -309,7 +309,7 @@ For PPC you might need some patches even on top of the last binutils
|
||||||
version. See the FAQ.
|
version. See the FAQ.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
GNU @code{texinfo} 3.11
|
GNU @code{texinfo} 3.12f
|
||||||
|
|
||||||
To correctly translate and install the Texinfo documentation you need
|
To correctly translate and install the Texinfo documentation you need
|
||||||
this version of the @code{texinfo} package. Earlier versions do not
|
this version of the @code{texinfo} package. Earlier versions do not
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
|
|
@ -165,10 +165,6 @@ __ttyname_r (fd, buf, buflen)
|
||||||
{
|
{
|
||||||
__set_errno (save);
|
__set_errno (save);
|
||||||
ret = ENOENT;
|
ret = ENOENT;
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
__set_errno (save);
|
|
||||||
dev_pts_available = 0;
|
dev_pts_available = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue