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
Fix "warning: 'format' attribute argument not supported: rpl_printf".
[gnulib.git]
/
modules
/
mkstemp
blob
d985715836ed818afc50320d224383a360a165b4
1
Description:
2
mkstemp() function: create a private temporary file.
3
4
Files:
5
lib/mkstemp.c
6
m4/mkstemp.m4
7
8
Depends-on:
9
stdlib
10
extensions
11
largefile
12
tempname [test $HAVE_MKSTEMP = 0 || test $REPLACE_MKSTEMP = 1]
13
14
configure.ac:
15
gl_FUNC_MKSTEMP
16
if test $HAVE_MKSTEMP = 0 || test $REPLACE_MKSTEMP = 1; then
17
AC_LIBOBJ([mkstemp])
18
gl_PREREQ_MKSTEMP
19
fi
20
gl_STDLIB_MODULE_INDICATOR([mkstemp])
21
22
Makefile.am:
23
24
Include:
25
<stdlib.h>
26
27
Link:
28
$(LIB_GETRANDOM)
29
30
License:
31
LGPLv2+
32
33
Maintainer:
34
Jim Meyering