summaryrefslogtreecommitdiff
path: root/modules/mkostemp
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2009-11-02 16:11:18 -0700
committerEric Blake <ebb9@byu.net>2009-11-04 19:10:16 -0700
commit8271e7fb801b2f7d2a5dc89e08b84d835f1376b9 (patch)
treeef81222008c5ac037cfef8fdb40f3af737f6329b /modules/mkostemp
parent964a52336aad0cf4a4d6c08c128560c87742c921 (diff)
downloadgnulib-8271e7fb801b2f7d2a5dc89e08b84d835f1376b9.tar.gz
stdlib-safer: wrap all mkstemp variants
* modules/mkostemp (configure.ac): Set witness. * modules/mkostemps (configure.ac): Likewise. * modules/mkstemps (configure.ac): Likewise. * lib/stdlib-safer.h (mkostemp_safer, mkostemps_safer) (mkstemps_safer): Wrap more functions. * lib/stdlib--.h (mkostemp, mkostemps, mkstemps): Default the wrapping. * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer) (mkstemps_safer): Implement the wrappers. Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'modules/mkostemp')
-rw-r--r--modules/mkostemp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mkostemp b/modules/mkostemp
index e336b90626..8a61dbeb07 100644
--- a/modules/mkostemp
+++ b/modules/mkostemp
@@ -13,6 +13,7 @@ tempname
configure.ac:
gl_FUNC_MKOSTEMP
+gl_MODULE_INDICATOR([mkostemp])
gl_STDLIB_MODULE_INDICATOR([mkostemp])
Makefile.am: