* include/cygwin/stdlib.h (realpath): Drop declaration. It's declared

in newlib's stdlib.h now.
This commit is contained in:
Corinna Vinschen 2013-11-20 09:48:04 +00:00
parent 8273b2112f
commit c03063e2fc
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2013-11-20 Corinna Vinschen <corinna@vinschen.de>
* include/cygwin/stdlib.h (realpath): Drop declaration. It's declared
in newlib's stdlib.h now.
2013-11-19 Corinna Vinschen <corinna@vinschen.de>
* ntdll.h (RtlGetVersion): Declare.

View File

@ -28,7 +28,6 @@ const char *getprogname (void);
void setprogname (const char *);
#ifndef __STRICT_ANSI__
char *realpath (const char *__restrict, char *__restrict );
char *canonicalize_file_name (const char *);
int unsetenv (const char *);
char *initstate (unsigned seed, char *state, size_t size);