[ChangeLog]
[gnulib.git] / modules / mkstemp
1 Description:
2 mkstemp() function: create a private temporary file.
3
4 Files:
5 lib/mkstemp.c
6 lib/tempname.c
7 m4/mkstemp.m4
8
9 Depends-on:
10 extensions
11 stat-macros
12 stdint
13 sys_stat
14
15 configure.ac:
16 gl_FUNC_MKSTEMP
17
18 Makefile.am:
19 EXTRA_DIST += mkstemp.h
20
21 Include:
22 <stdlib.h>
23
24 License:
25 GPL
26
27 Maintainer:
28 Jim Meyering