Mercurial > hg > octave-lojdl > gnulib-hg
view modules/ioctl @ 11551:957a85702f2b
Fix test-file-has-acl on FreeBSD.
author | David Bartley <dtbartle@csclub.uwaterloo.ca> |
---|---|
date | Mon, 04 May 2009 12:19:25 +0200 |
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