summaryrefslogtreecommitdiff
path: root/linux/syscall.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2004-09-01 19:39:50 +0000
committerRoland McGrath <roland@redhat.com>2004-09-01 19:39:50 +0000
commit475d203dc44364c801737ba3a9b3aa6662916231 (patch)
tree72b2bb952479388aa675c0e33788c2e7640f1800 /linux/syscall.h
parentc74c0b732b66139d59e616210718950f2853f3aa (diff)
downloadstrace-475d203dc44364c801737ba3a9b3aa6662916231.tar.gz
2004-09-01 Roland McGrath <roland@redhat.com>
* linux/x86_64/syscallent.h: Add new entries for timer_*, clock_*, and mq_* syscalls, and names only for new calls up to 252. * linux/syscallent.h: Add waitid. * linux/x86_64/syscallent.h: Likewise. * linux/syscall.h: Declare sys_waitid.
Diffstat (limited to 'linux/syscall.h')
-rw-r--r--linux/syscall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/syscall.h b/linux/syscall.h
index 783d556ce..13326cf60 100644
--- a/linux/syscall.h
+++ b/linux/syscall.h
@@ -96,7 +96,7 @@ int sys_clock_gettime(), sys_clock_getres(), sys_clock_nanosleep();
int sys_semtimedop(), sys_statfs64(), sys_fstatfs64(), sys_tgkill();
int sys_mq_open(), sys_mq_timedsend(), sys_mq_timedreceive();
int sys_mq_notify(), sys_mq_getsetattr();
-
+int sys_waitid();
/* sys_socketcall subcalls */