2007-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* libc/include/sys/errno.h: Add ECANCELED.
This commit is contained in:
		
							parent
							
								
									48313de63a
								
							
						
					
					
						commit
						6699fabb91
					
				| 
						 | 
				
			
			@ -1,3 +1,7 @@
 | 
			
		|||
2007-02-02  Ralf Corsépius <ralf.corsepius@rtems.org>
 | 
			
		||||
 | 
			
		||||
	* libc/include/sys/errno.h: Add ECANCELED.
 | 
			
		||||
 | 
			
		||||
2007-02-01  Joel Schopp <jschopp@austin.ibm.com>
 | 
			
		||||
            Kazunori Asayama <asayama@sm.sony.co.jp>
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -148,6 +148,7 @@ extern __IMPORT int sys_nerr;
 | 
			
		|||
#define ECASECLASH 137  /* Filename exists with different case */
 | 
			
		||||
#define EILSEQ 138
 | 
			
		||||
#define EOVERFLOW 139	/* Value too large for defined data type */
 | 
			
		||||
#define ECANCELED 140	/* Operation canceled. */
 | 
			
		||||
 | 
			
		||||
/* From cygwin32.  */
 | 
			
		||||
#define EWOULDBLOCK EAGAIN	/* Operation would block */
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue