Fix typos.
[gnulib.git] / modules / mkstemp
index 301d829..2e6dcf7 100644 (file)
@@ -2,25 +2,22 @@ Description:
 mkstemp() function: create a private temporary file.
 
 Files:
-lib/mkstemp.h
 lib/mkstemp.c
-lib/tempname.c
 m4/mkstemp.m4
 
 Depends-on:
 extensions
-stat-macros
-stdint
-sys_stat
+stdlib
+tempname
 
 configure.ac:
 gl_FUNC_MKSTEMP
+gl_STDLIB_MODULE_INDICATOR([mkstemp])
 
 Makefile.am:
-EXTRA_DIST += mkstemp.h mkstemp.c tempname.c
 
 Include:
-"mkstemp.h"
+<stdlib.h>
 
 License:
 GPL