summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-03-12 13:54:51 +0000
committerbde <bde@FreeBSD.org>1998-03-12 13:54:51 +0000
commit71caeb69dd6c6f6ce93d0e0e366b64a63ec3bafd (patch)
treead08e1b7da4e1c43adf899d7fb6b06ad85c09183 /include
parent76c48906c3df4d7aefa01ae12b615dbea1c063b3 (diff)
downloadFreeBSD-src-71caeb69dd6c6f6ce93d0e0e366b64a63ec3bafd.zip
FreeBSD-src-71caeb69dd6c6f6ce93d0e0e366b64a63ec3bafd.tar.gz
Added forgotten declaration of mkdtemp().
Diffstat (limited to 'include')
-rw-r--r--include/unistd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h
index 1d0de46..47e06cb 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -140,6 +140,7 @@ int initgroups __P((const char *, int));
int iruserok __P((unsigned long, int, const char *, const char *));
int issetugid __P((void));
int lchown __P((const char *, uid_t, gid_t));
+char *mkdtemp __P((char *));
int mknod __P((const char *, mode_t, dev_t));
int mkstemp __P((char *));
char *mktemp __P((char *));
OpenPOWER on IntegriCloud