Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2196
b: refs/heads/master
c: add6714
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse committed May 11, 2005
1 parent 6cc3500 commit 63ba75a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c1b773d87eadc3972d697444127e89a7291769a2
refs/heads/master: add671412021b68c3b4f2882b0d10a56e2dcdabe
10 changes: 10 additions & 0 deletions trunk/include/asm-ppc/seccomp.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#ifndef _ASM_SECCOMP_H

#include <linux/unistd.h>

#define __NR_seccomp_read __NR_read
#define __NR_seccomp_write __NR_write
#define __NR_seccomp_exit __NR_exit
#define __NR_seccomp_sigreturn __NR_rt_sigreturn

#endif /* _ASM_SECCOMP_H */

0 comments on commit 63ba75a

Please sign in to comment.