~ubuntu-branches/ubuntu/karmic/linux-mvl-dove/karmic-proposed

« back to all changes in this revision

Viewing changes to arch/x86/include/asm/sys_ia32.h

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Bader
  • Date: 2010-03-10 22:24:12 UTC
  • mto: (15.1.2 karmic-security)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20100310222412-k86m3r53jw0je7x1
Tags: upstream-2.6.31
ImportĀ upstreamĀ versionĀ 2.6.31

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
asmlinkage long sys32_personality(unsigned long);
63
63
asmlinkage long sys32_sendfile(int, int, compat_off_t __user *, s32);
64
64
 
 
65
asmlinkage long sys32_mmap2(unsigned long, unsigned long, unsigned long,
 
66
                            unsigned long, unsigned long, unsigned long);
 
67
 
65
68
struct oldold_utsname;
66
69
struct old_utsname;
67
70
asmlinkage long sys32_olduname(struct oldold_utsname __user *);