mkstemp: replace if system version uses wrong permissions
authorReuben Thomas <rrt@sc3d.org>
Wed, 27 Apr 2011 13:51:22 +0000 (14:51 +0100)
committerEric Blake <eblake@redhat.com>
Wed, 27 Apr 2011 16:51:00 +0000 (10:51 -0600)
commit7338e602a26fa145af0f4e815ba098e7913aa7e3
tree0b515f21bacf10bc3741975ef182334ce194b29c
parent722fc0acd0be939543544f6eaa66a9750a69d4a0
mkstemp: replace if system version uses wrong permissions

* m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Add test for non-owner
read/write mode bits set in file created by mkstemp.
* doc/posix-functions/mkstemp.texi (mkstemp): Document the fix.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
doc/posix-functions/mkstemp.texi
m4/mkstemp.m4