Disable more _GL_CXXALIASWARN on all platforms other than glibc systems.
[gnulib.git] / doc / glibc-functions / login_tty.texi
blobcd29cbde58dd182ab6ac57a4b9820b05fb85295d
1 @node login_tty
2 @subsection @code{login_tty}
3 @findex login_tty
5 Documentation:
6 @itemize
7 @item
8 @ifinfo
9 @ref{Logging In and Out,,Logging In and Out,libc},
10 @end ifinfo
11 @ifnotinfo
12 @url{https://www.gnu.org/software/libc/manual/html_node/Logging-In-and-Out.html},
13 @end ifnotinfo
14 @item
15 @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/login_tty.3.html,,man login_tty}.
16 @end itemize
18 Gnulib module: login_tty
20 Portability problems fixed by Gnulib:
21 @itemize
22 @item
23 This function is missing on some platforms:
24 Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 11.3, Android 5.1.
25 @item
26 This function requires linking with @code{-lutil} on some platforms:
27 glibc 2.3.6, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8.
28 It is available without link options on other platforms:
29 Mac OS X 10.5, Cygwin.
30 @end itemize
32 Portability problems not fixed by Gnulib:
33 @itemize
34 @item
35 This function is missing on some platforms:
36 mingw, MSVC 14.
37 @item
38 This function is declared in @code{<utmp.h>} on glibc, Cygwin,
39 in @code{<util.h>} on Mac OS X 10.5, NetBSD 5.0, OpenBSD 3.8,
40 and in @code{<libutil.h>} on FreeBSD 6.0, Haiku.
41 Also note that @code{<sys/types.h>} is
42 a prerequisite of @code{<utmp.h>} on FreeBSD 8.0, OpenBSD 4.6 and
43 of @code{<libutil.h>} on FreeBSD 8.0.
44 @end itemize