Hash :
353a6ecc
Author :
Date :
2023-01-07T11:39:17
getrandom: Rename LIB_GETRANDOM to GETRANDOM_LIB. * m4/getrandom.m4: Rename LIB_GETRANDOM to GETRANDOM_LIB. All uses changed. * NEWS: Mention the change.
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:
$(GETRANDOM_LIB)
$(CLOCK_TIME_LIB)
License:
LGPLv2+
Maintainer:
Eric Blake