summaryrefslogtreecommitdiffstats
path: root/include/unistd.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-04-09 15:06:56 +0000
committerbde <bde@FreeBSD.org>1999-04-09 15:06:56 +0000
commitb624ddd42093f5eb9104e8e66da8b702e2d56476 (patch)
tree69ee93c9351017ce045c25f26020f05f163b5644 /include/unistd.h
parent6f90f82fc7fb8272762925d9cb3a22d2d0b5afc7 (diff)
downloadFreeBSD-src-b624ddd42093f5eb9104e8e66da8b702e2d56476.zip
FreeBSD-src-b624ddd42093f5eb9104e8e66da8b702e2d56476.tar.gz
Declare mkstemps().
Diffstat (limited to 'include/unistd.h')
-rw-r--r--include/unistd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h
index e320c15..5ea6727 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -151,6 +151,7 @@ int lockf __P((int, int, off_t));
char *mkdtemp __P((char *));
int mknod __P((const char *, mode_t, dev_t));
int mkstemp __P((char *));
+int mkstemps __P((char *, int));
char *mktemp __P((char *));
int nfssvc __P((int, void *));
int nice __P((int));
OpenPOWER on IntegriCloud