[ChangeLog]
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 20 Sep 2006 18:44:04 +0000 (18:44 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 20 Sep 2006 18:44:04 +0000 (18:44 +0000)
commit6b35600aa75a122b58cf91345c202b741a97a347
treee9f72a54f6c7bdd35202bde5787378b7fede5f84
parentd00ac15a6511b77ab132d4b6694acbb5b9a6f402
[ChangeLog]
* modules/mkstemp (Depends-on): Add extensions, so that
mkstemp is visible on some platforms.
(Makefile.am): Add mkstemp.h to EXTRA_DIST.
[lib/ChangeLog]
* mkstemp.h: New file, since some standard headers
#define mkstemp.
* mkstemp.c: Revamp to put the !_LIBC code together.
Include "mkstemp.h".
Make the _LIBC code resemble glibc original more,
e.g., use K&R style.
* stdlib--.h: Include mkstemp.h.
[m4/ChangeLog]
* mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
Check that large offsets work.  Modernize Autoconf usages.
Prefer "yes" to mean a good thing rather than a bad.
Don't put "#define mkstemp" in config.h, as this might interfere
with standard system headers that "#define mkstemp mkstemp64".
ChangeLog
lib/ChangeLog
lib/mkstemp.c
lib/mkstemp.h [new file with mode: 0644]
lib/stdlib--.h
m4/ChangeLog
m4/mkstemp.m4
modules/mkstemp