pthread: Determine $(LIB_PTHREAD) correctly on IRIX 6.5.
[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 if test $REPLACE_CLOSE = 1; then
15   AC_LIBOBJ([close])
16 fi
17 gl_UNISTD_MODULE_INDICATOR([close])
18
19 Makefile.am:
20
21 Include:
22 <unistd.h>
23
24 License:
25 LGPLv2+
26
27 Maintainer:
28 Paolo Bonzini, Simon Josefsson, Bruno Haible