Browse Source

add mkstemp(char *template, int suffixlen) interface

OPENBSD_2_4
deraadt 26 years ago
parent
commit
ea09bc7536
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/include/unistd.h

+ 2
- 1
src/include/unistd.h View File

@ -1,4 +1,4 @@
/* $OpenBSD: unistd.h,v 1.21 1998/05/13 08:50:52 deraadt Exp $ */
/* $OpenBSD: unistd.h,v 1.22 1998/06/30 23:03:09 deraadt Exp $ */
/* $NetBSD: unistd.h,v 1.26.4.1 1996/05/28 02:31:51 mrg Exp $ */
/*-
@ -133,6 +133,7 @@ int iruserok __P((u_int32_t, int, const char *, const char *));
int lchown __P((const char *, uid_t, gid_t));
char *mkdtemp __P((char *));
int mkstemp __P((char *));
int mkstemps __P((char *, int));
char *mktemp __P((char *));
int nfssvc __P((int, void *));
int nice __P((int));


Loading…
Cancel
Save