Phoenix-RTOS: Fix warning with pointer treated as integer.
This commit is contained in:
		
				
					committed by
					
						 Corinna Vinschen
						Corinna Vinschen
					
				
			
			
				
	
			
			
			
						parent
						
							ab92a06cd4
						
					
				
				
					commit
					e5e0bd38d2
				
			| @@ -96,5 +96,5 @@ int setpgrp(pid_t pid, pid_t pgid) | ||||
| { | ||||
| 	/* TODO: implement. */ | ||||
| 	errno = ENOSYS; | ||||
| 	return NULL; | ||||
| 	return -1; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user