1Description: 2Hook for making file descriptor functions (close(), ioctl()) extensible. 3 4Files: 5lib/fd-hook.h 6lib/fd-hook.c 7 8Depends-on: 9unistd 10 11configure.ac: 12 13Makefile.am: 14lib_SOURCES += fd-hook.c 15 16Include: 17"fd-hook.h" 18 19License: 20LGPLv2+ 21 22Maintainer: 23Bruno Haible 24