1Description:
2close() function: close a file or socket.
3
4Files:
5lib/close.c
6m4/close.m4
7
8Depends-on:
9unistd
10fd-hook         [test $REPLACE_CLOSE = 1]
11msvc-inval      [test $REPLACE_CLOSE = 1]
12
13configure.ac:
14gl_FUNC_CLOSE
15if test $REPLACE_CLOSE = 1; then
16  AC_LIBOBJ([close])
17fi
18gl_UNISTD_MODULE_INDICATOR([close])
19
20Makefile.am:
21
22Include:
23<unistd.h>
24
25License:
26LGPLv2+
27
28Maintainer:
29Paolo Bonzini, Simon Josefsson, Bruno Haible
30