am 255789e4: Merge "Restore tkill for LP32."
				
					
				
			* commit '255789e4d12d95dbb8e34cfae7fdc58514843ba5': Restore tkill for LP32.
This commit is contained in:
		@@ -222,4 +222,9 @@ extern "C" int __futex_wait(volatile void* ftx, int value, const struct timespec
 | 
			
		||||
  return __futex(ftx, FUTEX_WAIT, value, timeout);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// Unity's libmono uses this.
 | 
			
		||||
extern "C" int tkill(pid_t tid, int sig) {
 | 
			
		||||
  return syscall(__NR_tkill, tid, sig);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#endif
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user