symlinkat: Fix documentation.
[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 close-hook
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 License:
23 LGPLv2+
24
25 Maintainer:
26 Paolo Bonzini, Simon Josefsson, Bruno Haible