NEWS.stable: log cherry-pick [3180807]->[768eb31] doc/lgpl-2.1.texi
[gnulib.git] / modules / login_tty
1 Description:
2 login_tty() function: Assign a given terminal as controlling terminal and as
3 standard input, standard output, standard error of the current process.
4
5 Files:
6 lib/login_tty.c
7 m4/pty.m4
8
9 Depends-on:
10 pty
11 sys_ioctl
12
13 configure.ac:
14 gl_FUNC_LOGIN_TTY
15 gl_PTY_MODULE_INDICATOR([login_tty])
16
17 Makefile.am:
18
19 Include:
20 extern int login_tty (int);
21
22 Link:
23 $(PTY_LIB)
24
25 License:
26 LGPL
27
28 Maintainer:
29 Bruno Haible