mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
(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.
|
||||
|
||||
@item
|
||||
GNU @code{texinfo} 3.11
|
||||
GNU @code{texinfo} 3.12f
|
||||
|
||||
To correctly translate and install the Texinfo documentation you need
|
||||
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);
|
||||
ret = ENOENT;
|
||||
}
|
||||
else
|
||||
{
|
||||
__set_errno (save);
|
||||
dev_pts_available = 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user