* mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
authorEric Blake <ebb9@byu.net>
Thu, 27 Jul 2006 04:34:16 +0000 (04:34 +0000)
committerEric Blake <ebb9@byu.net>
Thu, 27 Jul 2006 04:34:16 +0000 (04:34 +0000)
commit8f4714e0c552bfc884ebfaa6317a010bf3101e9d
tree25b4fb589469afdabb6f66c86ebe36e02c9c926d
parent6a8de3ffc58390ab0c0fcc88bd99f4e3354bb32c
* mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
like mingw that lack mkstemp.
* pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
avoid compilation warning on mingw.
lib/ChangeLog
lib/mkstemp-safer.c
lib/pipe-safer.c