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

« back to all changes in this revision

Viewing changes to coregrind/vki_unistd-x86-linux.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-06-26 00:17:17 UTC
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20060626001717-qi51nzty57cb12q6
Tags: upstream-3.2.0
Import upstream version 3.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
   This file is part of Valgrind, a dynamic binary instrumentation
4
4
   framework.
5
5
 
6
 
   Copyright (C) 2000-2005 Julian Seward 
 
6
   Copyright (C) 2000-2006 Julian Seward 
7
7
      jseward@acm.org
8
8
 
9
9
   This program is free software; you can redistribute it and/or
323
323
#define __NR_inotify_init       291
324
324
#define __NR_inotify_add_watch  292
325
325
#define __NR_inotify_rm_watch   293
 
326
#define __NR_migrate_pages      294
 
327
#define __NR_openat             295
 
328
#define __NR_mkdirat            296
 
329
#define __NR_mknodat            297
 
330
#define __NR_fchownat           298
 
331
#define __NR_futimesat          299
 
332
#define __NR_fstatat64          300
 
333
#define __NR_unlinkat           301
 
334
#define __NR_renameat           302
 
335
#define __NR_linkat             303
 
336
#define __NR_symlinkat          304
 
337
#define __NR_readlinkat         305
 
338
#define __NR_fchmodat           306
 
339
#define __NR_faccessat          307
 
340
#define __NR_pselect6           308
 
341
#define __NR_ppoll              309
 
342
#define __NR_unshare            310
 
343
#define __NR_set_robust_list    311
 
344
#define __NR_get_robust_list    312
 
345
#define __NR_splice             313
 
346
#define __NR_sync_file_range    314
 
347
#define __NR_tee                315
 
348
#define __NR_vmsplice           316
326
349
 
327
350
#endif /* __VKI_UNISTD_X86_LINUX_H */