log10l: Work around inaccurate implementation on NetBSD.
[gnulib.git] / modules / ioctl
blob31fcf2bfde2c3ab80c0a52132b21c1480e109617
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 if test $HAVE_IOCTL = 0 || test $REPLACE_IOCTL = 1; then
19   AC_LIBOBJ([ioctl])
21 gl_SYS_IOCTL_MODULE_INDICATOR([ioctl])
23 Makefile.am:
25 Include:
26 <sys/ioctl.h>
28 License:
29 LGPLv2+
31 Maintainer:
32 Paolo Bonzini, Simon Josefsson