mkstemp: add prototype

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5272 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1998-12-23 03:17:22 +00:00
parent 4664cde2db
commit ad6f011ed5

View File

@@ -300,6 +300,11 @@ ssize_t
readv(int d, const struct iovec *iov, int iovcnt); readv(int d, const struct iovec *iov, int iovcnt);
#endif #endif
#ifndef HAVE_MKSTEMP
int
mkstemp(char *template);
#endif
#ifndef HAVE_FLOCK #ifndef HAVE_FLOCK
#ifndef LOCK_SH #ifndef LOCK_SH
#define LOCK_SH 1 /* Shared lock */ #define LOCK_SH 1 /* Shared lock */