update from texinfo
[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/ulonglong.m4
8 m4/stdint_h.m4
9 m4/inttypes_h.m4
10 m4/uintmax_t.m4
11 m4/mkstemp.m4
12
13 Depends-on:
14 stat-macros
15 sys_stat
16
17 configure.ac:
18 gl_FUNC_MKSTEMP
19
20 Makefile.am:
21
22 Include:
23 <stdlib.h>
24
25 License:
26 GPL
27
28 Maintainer:
29 Jim Meyering