view modules/ioctl @ 10880:b1d6a7b9222f

Document functions that have been added to POSIX:2008.
author Bruno Haible <bruno@clisp.org>
date Sun, 14 Dec 2008 19:47:43 +0100
parents 01f3623813da
children 340d92316913
line wrap: on
line source

Description:
ioctl() function: issue device specific requests on files, devices, or sockets.

Files:
lib/ioctl.c
lib/w32sock.h

Depends-on:
sys_ioctl
sys_socket
errno

configure.ac:
AC_REQUIRE([gl_HEADER_SYS_SOCKET])
if test "$ac_cv_header_winsock2_h" = yes; then
  AC_LIBOBJ([ioctl])
  gl_REPLACE_SYS_IOCTL_H
fi
gl_SYS_IOCTL_MODULE_INDICATOR([ioctl])
gl_MODULE_INDICATOR([ioctl])

Makefile.am:

Include:
<sys/ioctl.h>

License:
LGPLv2+

Maintainer:
Paolo Bonzini, Simon Josefsson, Bruno Haible