unistd.h: remove mktemp

mktemp is already correctly declared in stdlib.h

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2017-06-29 08:32:33 +02:00
parent f70aad3de4
commit 01a5a306da
1 changed files with 0 additions and 1 deletions

View File

@ -266,7 +266,6 @@ useconds_t _EXFUN(ualarm, (useconds_t __useconds, useconds_t __interval));
/* winsock[2].h defines as __stdcall, and with int as 2nd arg */
int _EXFUN(gethostname, (char *__name, size_t __len));
#endif
char * _EXFUN(mktemp, (char *));
#endif
#if defined(__CYGWIN__) || defined(__rtems__)