* libc/include/string.h: Make strsignal() available unconditionally.
This commit is contained in:
		
							parent
							
								
									6e179dda3f
								
							
						
					
					
						commit
						84ca64afa6
					
				| 
						 | 
				
			
			@ -1,3 +1,7 @@
 | 
			
		|||
2011-01-08  Joel Sherrill <joel.sherrill@oarcorp.com>
 | 
			
		||||
 | 
			
		||||
	* libc/include/string.h: Make strsignal() available unconditionally.
 | 
			
		||||
 | 
			
		||||
2011-01-07  Ralf Corsepius  <ralf.corsepius@rtems.org>
 | 
			
		||||
 | 
			
		||||
	* libc/sys/rtems/crt0.c: Adjust free() and calloc() to match their
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -74,10 +74,10 @@ size_t	 _EXFUN(strnlen,(const char *, size_t));
 | 
			
		|||
char 	*_EXFUN(strsep,(char **, const char *));
 | 
			
		||||
char	*_EXFUN(strlwr,(char *));
 | 
			
		||||
char	*_EXFUN(strupr,(char *));
 | 
			
		||||
#ifdef __CYGWIN__
 | 
			
		||||
#ifndef DEFS_H	/* Kludge to work around problem compiling in gdb */
 | 
			
		||||
char  *_EXFUN(strsignal, (int __signo));
 | 
			
		||||
#endif
 | 
			
		||||
#ifdef __CYGWIN__
 | 
			
		||||
int     _EXFUN(strtosigno, (const char *__name));
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue