~ubuntu-branches/ubuntu/quantal/libseccomp/quantal-backports

« back to all changes in this revision

Viewing changes to src/arch-i386.h

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2013-11-07 16:35:12 UTC
  • mfrom: (3.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20131107163512-gdgfu5c3kuxfpxvg
Tags: 1.0.1-2~ubuntu12.10.1
No-change backport to quantal (LP: #1244340)

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
#define i386_arg_count_max              6
30
30
 
 
31
extern const struct arch_def arch_def_i386;
 
32
extern const struct arch_syscall_def i386_syscall_table[];
 
33
 
31
34
int i386_syscall_rewrite(const struct arch_def *arch, int *syscall);
32
35
 
33
36
int i386_filter_rewrite(const struct arch_def *arch,