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

« back to all changes in this revision

Viewing changes to coregrind/m_syswrap/syswrap-amd64-linux.c

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-06-19 09:57:35 UTC
  • mfrom: (1.2.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 24.
  • Revision ID: james.westby@ubuntu.com-20080619095735-0w0fyjp7znob3pek
Tags: upstream-3.3.1
ImportĀ upstreamĀ versionĀ 3.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1367
1367
   LINX_(__NR_faccessat,         sys_faccessat),        // 269
1368
1368
 
1369
1369
   LINX_(__NR_pselect6,          sys_pselect6),         // 270
1370
 
//   LINXY(__NR_ppoll,           sys_ni_syscall),       // 271
 
1370
   LINXY(__NR_ppoll,             sys_ppoll),            // 271
1371
1371
//   LINX_(__NR_unshare,                 sys_unshare),          // 272
1372
1372
   LINX_(__NR_set_robust_list,   sys_set_robust_list),  // 273
1373
1373
   LINXY(__NR_get_robust_list,   sys_get_robust_list),  // 274
 
1374
 
 
1375
//   LINX_(__NR_splice,            sys_ni_syscall),       // 275
 
1376
//   LINX_(__NR_tee,               sys_ni_syscall),       // 276
 
1377
   LINX_(__NR_sync_file_range,   sys_sync_file_range),  // 277
 
1378
//   LINX_(__NR_vmsplice,          sys_ni_syscall),       // 278
 
1379
//   LINX_(__NR_move_pages,        sys_ni_syscall),       // 279
 
1380
   LINX_(__NR_utimensat,         sys_utimensat),        // 280
 
1381
   LINXY(__NR_epoll_pwait,       sys_epoll_pwait),      // 281
 
1382
   LINXY(__NR_signalfd,          sys_signalfd),         // 282
 
1383
   LINXY(__NR_timerfd_create,    sys_timerfd_create),   // 283
 
1384
   LINX_(__NR_eventfd,           sys_eventfd),          // 284
 
1385
//   LINX_(__NR_fallocate,        sys_ni_syscall),        // 285
 
1386
   LINXY(__NR_timerfd_settime,   sys_timerfd_settime),  // 286
 
1387
   LINXY(__NR_timerfd_gettime,   sys_timerfd_gettime),  // 287
1374
1388
};
1375
1389
 
1376
1390
const UInt ML_(syscall_table_size) =