NEWS.stable: update
[gnulib.git] / modules / tcgetsid
1 Description:
2 tcgetsid() function: Determine the session ID of the controlling terminal of
3 the current process.
4
5 Files:
6 lib/tcgetsid.c
7 m4/tcgetsid.m4
8
9 Depends-on:
10 termios
11 extensions
12 sys_ioctl       [test $ac_cv_func_tcgetsid = no]
13
14 configure.ac:
15 gl_FUNC_TCGETSID
16 gl_TERMIOS_MODULE_INDICATOR([tcgetsid])
17
18 Makefile.am:
19
20 Include:
21 <termios.h>
22
23 License:
24 LGPL
25
26 Maintainer:
27 Bruno Haible