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