seccomp: use a static inline for a function stub
Fixes this error message when CONFIG_SECCOMP is not set: arch/powerpc/kernel/ptrace.c: In function 'do_syscall_trace_enter': arch/powerpc/kernel/ptrace.c:1713:2: error: statement with no effect [-Werror=unused-value] Signed-off-by: Stephen Rothwell <sfr@ozlabs.au.ibm.com> Signed-off-by: James Morris <james.l.morris@oracle.com>
This commit is contained in:
		
					parent
					
						
							
								8ac270d1e2
							
						
					
				
			
			
				commit
				
					
						b1fa650c7e
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -90,7 +90,7 @@ static inline int seccomp_mode(struct seccomp *s) | |||
| struct seccomp { }; | ||||
| struct seccomp_filter { }; | ||||
| 
 | ||||
| #define secure_computing(x) 0 | ||||
| static inline int secure_computing(int this_syscall) { return 0; } | ||||
| 
 | ||||
| static inline long prctl_get_seccomp(void) | ||||
| { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Stephen Rothwell
				Stephen Rothwell