strtoumax: fix typo in previous commit.
[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 $HAVE_TCGETSID = 0]
13
14 configure.ac:
15 gl_FUNC_TCGETSID
16 if test $HAVE_TCGETSID = 0; then
17   AC_LIBOBJ([tcgetsid])
18   gl_PREREQ_TCGETSID
19 fi
20 gl_TERMIOS_MODULE_INDICATOR([tcgetsid])
21
22 Makefile.am:
23
24 Include:
25 <termios.h>
26
27 License:
28 LGPL
29
30 Maintainer:
31 Bruno Haible