select: Fix "warning: no previous prototype for function".
[gnulib.git] / modules / mkstemps
blob1e5f0974c5ebd050cc752c089eca94b9b0dd2be1
1 Description:
2 mkstemps() function: create a private temporary file, with suffix
4 Files:
5 lib/mkstemps.c
6 m4/mkstemps.m4
8 Depends-on:
9 stdlib
10 extensions
11 largefile
12 tempname        [test $HAVE_MKSTEMPS = 0]
14 configure.ac:
15 gl_FUNC_MKSTEMPS
16 if test $HAVE_MKSTEMPS = 0; then
17   AC_LIBOBJ([mkstemps])
19 gl_MODULE_INDICATOR([mkstemps])
20 gl_STDLIB_MODULE_INDICATOR([mkstemps])
22 Makefile.am:
24 Include:
25 <stdlib.h>
27 Link:
28 $(LIB_GETRANDOM)
30 License:
31 LGPLv2+
33 Maintainer:
34 Eric Blake