linux-user/syscall.c: Add EAGAIN to host_to_target_errno_table for
Under Alpha host, EAGAIN is redefined to 35, so it need be remapped too. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
This commit is contained in:
		
							parent
							
								
									0f0426f343
								
							
						
					
					
						commit
						08703b9f7b
					
				@ -457,6 +457,7 @@ static uint16_t target_to_host_errno_table[ERRNO_TABLE_SIZE] = {
 | 
				
			|||||||
 * minus the errnos that are not actually generic to all archs.
 | 
					 * minus the errnos that are not actually generic to all archs.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
static uint16_t host_to_target_errno_table[ERRNO_TABLE_SIZE] = {
 | 
					static uint16_t host_to_target_errno_table[ERRNO_TABLE_SIZE] = {
 | 
				
			||||||
 | 
					    [EAGAIN]		= TARGET_EAGAIN,
 | 
				
			||||||
    [EIDRM]		= TARGET_EIDRM,
 | 
					    [EIDRM]		= TARGET_EIDRM,
 | 
				
			||||||
    [ECHRNG]		= TARGET_ECHRNG,
 | 
					    [ECHRNG]		= TARGET_ECHRNG,
 | 
				
			||||||
    [EL2NSYNC]		= TARGET_EL2NSYNC,
 | 
					    [EL2NSYNC]		= TARGET_EL2NSYNC,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user