mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-11-03 20:53:13 +03:00 
			
		
		
		
	* sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c (__fe_nomask_env): Use __prctl not prctl. * sysdeps/unix/sysv/linux/syscalls.list: Add __prctl alias for prctl syscall.
		
			
				
	
	
		
			7 lines
		
	
	
		
			98 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			98 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef _SYS_PRCTL_H
 | 
						|
#include_next <sys/prctl.h>
 | 
						|
 | 
						|
extern int __prctl (int __option, ...);
 | 
						|
 | 
						|
#endif
 |