* stdbit_h.m4: Fix first-line comment.
[gnulib.git] / modules / ioctl
bloba862891bc67999ced6718833fd3184f0318538c1
1 Description:
2 ioctl() function: issue device specific requests on files, devices, or sockets.
4 Files:
5 lib/ioctl.c
6 lib/w32sock.h
7 m4/ioctl.m4
9 Depends-on:
10 sys_ioctl
11 sys_socket      [test $HAVE_IOCTL = 0 || test $REPLACE_IOCTL = 1]
12 errno           [test $HAVE_IOCTL = 0 || test $REPLACE_IOCTL = 1]
13 fd-hook         [test $HAVE_IOCTL = 0 || test $REPLACE_IOCTL = 1]
14 msvc-nothrow    [test $HAVE_IOCTL = 0 || test $REPLACE_IOCTL = 1]
16 configure.ac:
17 gl_FUNC_IOCTL
18 gl_CONDITIONAL([GL_COND_OBJ_IOCTL],
19                [test $HAVE_IOCTL = 0 || test $REPLACE_IOCTL = 1])
20 gl_SYS_IOCTL_MODULE_INDICATOR([ioctl])
22 Makefile.am:
23 if GL_COND_OBJ_IOCTL
24 lib_SOURCES += ioctl.c
25 endif
27 Include:
28 <sys/ioctl.h>
30 License:
31 LGPLv2+
33 Maintainer:
34 Paolo Bonzini, Simon Josefsson