mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
(Tools for Compilation): Update required texinfo version.
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user