~ubuntu-branches/debian/sid/strace/sid

« back to all changes in this revision

Viewing changes to linux/syscall.h

  • Committer: Bazaar Package Importer
  • Author(s): Frederik Schüler
  • Date: 2010-05-04 14:31:46 UTC
  • mfrom: (0.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20100504143146-yo6uohwusjj7qxm3
Tags: 4.5.20-2
Add missing sparc syscall defines to fix FTBFS on sparc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
int sys_accept(), sys_getsockname(), sys_getpeername(), sys_socketpair();
114
114
int sys_send(), sys_recv(), sys_sendto(), sys_recvfrom();
115
115
int sys_shutdown(), sys_setsockopt(), sys_getsockopt();
 
116
int sys_recvmmsg();
116
117
 
117
118
/* *at syscalls */
118
119
int sys_fchmodat();
135
136
int sys_mincore();
136
137
int sys_inotify_add_watch();
137
138
int sys_inotify_rm_watch();
 
139
int sys_inotify_init1();
138
140
int sys_pselect6();
139
141
int sys_ppoll();
140
142
int sys_unshare();
227
229
#define SYS_sub_sendmsg         (SYS_socket_subcall + 16)
228
230
#define SYS_sub_recvmsg         (SYS_socket_subcall + 17)
229
231
#define SYS_sub_accept4         (SYS_socket_subcall + 18)
 
232
#define SYS_sub_recvmmsg        (SYS_socket_subcall + 19)
230
233
 
231
 
#define SYS_socket_nsubcalls    19
 
234
#define SYS_socket_nsubcalls    20
232
235
#endif /* !(ALPHA || MIPS || HPPA) */
233
236
 
234
237
/* sys_ipc subcalls */