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