linux-user: support strace of epoll_create1
Add the epoll_create1 syscall to strace.list in order to display that syscall when it occurs, rather than a message about the syscall being unknown despite QEMU already implementing support for it. Signed-off-by: Paul Burton <paul@archlinuxmips.org> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
This commit is contained in:
		
							parent
							
								
									356d771b30
								
							
						
					
					
						commit
						0fa82d39c8
					
				| @ -114,6 +114,9 @@ | ||||
| #ifdef TARGET_NR_epoll_create | ||||
| { TARGET_NR_epoll_create, "epoll_create" , NULL, NULL, NULL }, | ||||
| #endif | ||||
| #ifdef TARGET_NR_epoll_create1 | ||||
| { TARGET_NR_epoll_create1, "epoll_create1" , NULL, NULL, NULL }, | ||||
| #endif | ||||
| #ifdef TARGET_NR_epoll_ctl | ||||
| { TARGET_NR_epoll_ctl, "epoll_ctl" , NULL, NULL, NULL }, | ||||
| #endif | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Paul Burton
						Paul Burton