glob: Fix compilation error on NetBSD 7.0 and OpenBSD 6.0.
[gnulib/ericb.git] / modules / tcgetsid
blob21fd04768ba9d1bd56bee7192ca605df43bd4e48
1 Description:
2 tcgetsid() function: Determine the session ID of the controlling terminal of
3 the current process.
5 Files:
6 lib/tcgetsid.c
7 m4/tcgetsid.m4
9 Depends-on:
10 termios
11 extensions
12 sys_ioctl       [test $HAVE_TCGETSID = 0]
14 configure.ac:
15 gl_FUNC_TCGETSID
16 if test $HAVE_TCGETSID = 0; then
17   AC_LIBOBJ([tcgetsid])
18   gl_PREREQ_TCGETSID
20 gl_TERMIOS_MODULE_INDICATOR([tcgetsid])
22 Makefile.am:
24 Include:
25 <termios.h>
27 License:
28 LGPL
30 Maintainer:
31 all