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:
parent
f70aad3de4
commit
01a5a306da
|
@ -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__)
|
||||
|
|
Loading…
Reference in New Issue