~ubuntu-branches/ubuntu/saucy/strace/saucy

« back to all changes in this revision

Viewing changes to linux/s390x/syscallent.h

  • Committer: Bazaar Package Importer
  • Author(s): Jeff Bailey
  • Date: 2005-07-12 03:41:49 UTC
  • mfrom: (0.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050712034149-wewli8z223w7lhjv
Tags: 4.5.12-1ubuntu1
Do not include linux/socket.h in configure.  There are 
no parts in here that we use.

Show diffs side-by-side

added added

removed removed

Lines of Context:
270
270
        { 3,    0,      sys_sched_getaffinity,  "sched_getaffinity" },/* 240 */
271
271
        { -1,   0,      printargs,              "SYS_241"       }, /* 241 */
272
272
        { -1,   0,      printargs,              "SYS_242"       }, /* 242 */
273
 
        { 2,    0,      printargs,              "io_setup"      }, /* 243 */
274
 
        { 1,    0,      printargs,              "io_destroy"    }, /* 244 */
275
 
        { 5,    0,      printargs,              "io_getevents"  }, /* 245 */
276
 
        { 3,    0,      printargs,              "io_submit"     }, /* 246 */
277
 
        { 3,    0,      printargs,              "io_cancel"     }, /* 247 */
 
273
        { 2,    0,      sys_io_setup,           "io_setup"      }, /* 243 */
 
274
        { 1,    0,      sys_io_destroy,         "io_destroy"    }, /* 244 */
 
275
        { 5,    0,      sys_io_getevents,               "io_getevents"  }, /* 245 */
 
276
        { 3,    0,      sys_io_submit,          "io_submit"     }, /* 246 */
 
277
        { 3,    0,      sys_io_cancel,          "io_cancel"     }, /* 247 */
278
278
        { 1,    TP,     sys_exit,               "exit_group"    }, /* 248 */
279
 
        { 1,    0,      printargs,              "epoll_create"  }, /* 249 */
280
 
        { 4,    0,      printargs,              "epoll_ctl"     }, /* 250 */
281
 
        { 4,    0,      printargs,              "epoll_wait"    }, /* 251 */
 
279
        { 1,    0,      sys_epoll_create,       "epoll_create"  }, /* 249 */
 
280
        { 4,    0,      sys_epoll_ctl,          "epoll_ctl"     }, /* 250 */
 
281
        { 4,    0,      sys_epoll_wait,         "epoll_wait"    }, /* 251 */
282
282
        { 1,    0,      printargs,              "set_tid_address"}, /* 252 */
283
283
        { 5,    0,      printargs,              "fadvise64"     }, /* 253 */
284
284
        { 3,    0,      sys_timer_create,       "timer_create"  }, /* 254 */