aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-03-12 13:54:51 +0000
committerBruce Evans <bde@FreeBSD.org>1998-03-12 13:54:51 +0000
commit642a4fdc7dfcbcac6ee768f7309eac0a90fbaa6c (patch)
treecdc85f949c56bac1f1c512c260eb1eac15958219 /include
parent4a9d3efb86f593efdb747cf772ab9849fea3d921 (diff)
downloadsrc-642a4fdc7dfcbcac6ee768f7309eac0a90fbaa6c.tar.gz
src-642a4fdc7dfcbcac6ee768f7309eac0a90fbaa6c.zip
Added forgotten declaration of mkdtemp().
Notes
Notes: svn path=/head/; revision=34521
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 1d0de4696322..47e06cbf979e 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 *));