* include/cygwin/stdlib.h (realpath): Drop declaration. It's declared
in newlib's stdlib.h now.
This commit is contained in:
parent
8273b2112f
commit
c03063e2fc
|
@ -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.
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue