~bkerensa/ubuntu/raring/valgrind/merge-from-deb

« back to all changes in this revision

Viewing changes to include/vki/vki-scnums-ppc32-linux.h

  • Committer: Benjamin Kerensa
  • Date: 2012-11-21 23:57:58 UTC
  • mfrom: (1.1.16)
  • Revision ID: bkerensa@ubuntu.com-20121121235758-bd1rv5uc5vzov2p6
Merge from debian unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
   This file is part of Valgrind, a dynamic binary instrumentation
9
9
   framework.
10
10
 
11
 
   Copyright (C) 2005-2011 Julian Seward
 
11
   Copyright (C) 2005-2012 Julian Seward
12
12
      jseward@acm.org
13
13
 
14
14
   This program is free software; you can redistribute it and/or
32
32
#ifndef __VKI_SCNUMS_PPC32_LINUX_H
33
33
#define __VKI_SCNUMS_PPC32_LINUX_H
34
34
 
35
 
// From linux-2.6.9/include/asm-ppc/unistd.h
 
35
// From linux-2.6/arc/powerpc/include/asm/unistd.h
36
36
 
37
37
#define __NR_restart_syscall      0
38
38
#define __NR_exit                 1
393
393
#define __NR_syncfs             348
394
394
#define __NR_sendmmsg           349
395
395
#define __NR_setns              350
 
396
#define __NR_process_vm_readv   351
 
397
#define __NR_process_vm_writev  352
396
398
 
397
399
#endif /* __VKI_SCNUMS_PPC32_LINUX_H */
398
400