repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
havelib: Fix for Solaris 11 OpenIndiana and Solaris 11 OmniOS.
[gnulib.git]
/
modules
/
tcgetsid
blob
21fd04768ba9d1bd56bee7192ca605df43bd4e48
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
all