public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] unistd.h: remove mktemp
@ 2017-06-29  6:33 Corinna Vinschen
  0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2017-06-29  6:33 UTC (permalink / raw)
  To: newlib-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=01a5a306daf824c3775252b0e7c3b7cdfd24e001

commit 01a5a306daf824c3775252b0e7c3b7cdfd24e001
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Thu Jun 29 08:32:33 2017 +0200

    unistd.h: remove mktemp
    
    mktemp is already correctly declared in stdlib.h
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 newlib/libc/include/sys/unistd.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/newlib/libc/include/sys/unistd.h b/newlib/libc/include/sys/unistd.h
index b60d340..300b537 100644
--- a/newlib/libc/include/sys/unistd.h
+++ b/newlib/libc/include/sys/unistd.h
@@ -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__)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-06-29  6:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-29  6:33 [newlib-cygwin] unistd.h: remove mktemp Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).