summaryrefslogtreecommitdiff
path: root/modules/mkstemps
blob: bcd44f5202b69df18c70411ea3d3540f372102a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Description:
mkstemps() function: create a private temporary file, with suffix

Files:
lib/mkstemps.c
m4/mkstemps.m4

Depends-on:
stdlib
extensions
largefile
tempname        [test $HAVE_MKSTEMPS = 0]

configure.ac:
gl_FUNC_MKSTEMPS
gl_CONDITIONAL([GL_COND_OBJ_MKSTEMPS], [test $HAVE_MKSTEMPS = 0])
gl_MODULE_INDICATOR([mkstemps])
gl_STDLIB_MODULE_INDICATOR([mkstemps])

Makefile.am:
if GL_COND_OBJ_MKSTEMPS
lib_SOURCES += mkstemps.c
endif

Include:
<stdlib.h>

Link:
$(LIB_GETRANDOM)
$(LIB_CLOCK_GETTIME)

License:
LGPLv2+

Maintainer:
Eric Blake