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
unicodeio: Fix wrong result on FreeBSD.
[gnulib.git]
/
modules
/
mkstemps
blob
364cfa852bae23d4a5071b326142ba708343021a
1
Description:
2
mkstemps() function: create a private temporary file, with suffix
3
4
Files:
5
lib/mkstemps.c
6
m4/mkstemps.m4
7
8
Depends-on:
9
stdlib
10
extensions
11
largefile
12
tempname [test $HAVE_MKSTEMPS = 0]
13
14
configure.ac:
15
gl_FUNC_MKSTEMPS
16
if test $HAVE_MKSTEMPS = 0; then
17
AC_LIBOBJ([mkstemps])
18
fi
19
gl_MODULE_INDICATOR([mkstemps])
20
gl_STDLIB_MODULE_INDICATOR([mkstemps])
21
22
Makefile.am:
23
24
Include:
25
<stdlib.h>
26
27
Link:
28
$(LIB_GETRANDOM)
29
$(LIB_CLOCK_GETTIME)
30
31
License:
32
LGPLv2+
33
34
Maintainer:
35
Eric Blake