mbspcasecmp: Fix function specification.
[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
11 configure.ac:
12 gl_FUNC_LOGIN_TTY
13 gl_PTY_MODULE_INDICATOR([login_tty])
14
15 Makefile.am:
16
17 Include:
18 extern int login_tty (int);
19
20 Link:
21 $(PTY_LIB)
22
23 License:
24 LGPL
25
26 Maintainer:
27 Bruno Haible