close: No longer depend on module 'fclose'.
[gnulib.git] / modules / close
1 Description:
2 close() function: close a file or socket.
3
4 Files:
5 lib/close.c
6 m4/close.m4
7
8 Depends-on:
9 unistd
10 fd-hook         [test $REPLACE_CLOSE = 1]
11
12 configure.ac:
13 gl_FUNC_CLOSE
14 gl_UNISTD_MODULE_INDICATOR([close])
15
16 Makefile.am:
17
18 Include:
19 <unistd.h>
20
21 License:
22 LGPLv2+
23
24 Maintainer:
25 Paolo Bonzini, Simon Josefsson, Bruno Haible