From dc7c42cdfec450f109151649544b88765877e4ab Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 8 Apr 2023 12:08:03 +0200 Subject: login_tty: Fix compilation error in C++ mode on Solaris 11.4. * m4/login_tty.m4 (gl_FUNC_LOGIN_TTY): Test whether exists. Consider it when testing whether login_tty is declared. * lib/utmp.in.h: If none of and exists, include instead. * doc/glibc-functions/login_tty.texi: Document the Solaris 11.4 problem. --- doc/glibc-functions/login_tty.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/glibc-functions/login_tty.texi b/doc/glibc-functions/login_tty.texi index 3e743b1527..42e7068d91 100644 --- a/doc/glibc-functions/login_tty.texi +++ b/doc/glibc-functions/login_tty.texi @@ -25,7 +25,8 @@ Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 11.3, Android 5.1. @item This function is declared in @code{} on glibc, Cygwin, Android, in @code{} on macOS 11.1, NetBSD 5.0, OpenBSD 3.8, -and in @code{} on FreeBSD 13.0, Haiku. +in @code{} on FreeBSD 13.0, Haiku, +and in @code{} on Solaris 11.4. @c Also note that @code{} is @c a prerequisite of @code{} on FreeBSD 8.0, OpenBSD 4.6 and @c of @code{} on FreeBSD 8.0. -- cgit v1.2.1