repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Avoid "warning: The macro `AC_DECL_SYS_SIGLIST' is obsolete".
[gnulib.git]
/
modules
/
close
blob
4f27823c4f0670bd00ecc9bf5c76604ba4ce733c
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
msvc-inval [test $REPLACE_CLOSE = 1]
12
13
configure.ac:
14
gl_FUNC_CLOSE
15
if test $REPLACE_CLOSE = 1; then
16
AC_LIBOBJ([close])
17
fi
18
gl_UNISTD_MODULE_INDICATOR([close])
19
20
Makefile.am:
21
22
Include:
23
<unistd.h>
24
25
License:
26
LGPLv2+
27
28
Maintainer:
29
Paolo Bonzini, Simon Josefsson