Fix link errors on Windows when close module is used.
[gnulib.git] / modules / close
1 Description:
2 close() function: close a file or socket.
3
4 Files:
5 lib/close.c
6 lib/w32sock.h
7 m4/close.m4
8
9 Depends-on:
10 unistd
11 fclose
12
13 configure.ac:
14 gl_FUNC_CLOSE
15 gl_UNISTD_MODULE_INDICATOR([close])
16
17 Makefile.am:
18
19 Include:
20 <unistd.h>
21
22 Link:
23 $(LIB_CLOSE)
24
25 License:
26 LGPLv2+
27
28 Maintainer:
29 Paolo Bonzini, Simon Josefsson, Bruno Haible