summaryrefslogtreecommitdiffstats
path: root/etc/latrace.d/wait.conf
diff options
context:
space:
mode:
authorJiri Olsa <jolsa@shell.devel.redhat.com>2009-09-04 02:29:08 -0400
committerJiri Olsa <jolsa@shell.devel.redhat.com>2009-09-04 02:29:08 -0400
commit04f3fbbfdb3a5dd197dbc25ca18ad244f1fbf6a5 (patch)
tree8e53039a4f5d1a4571000bc06214053261aebf8d /etc/latrace.d/wait.conf
downloadlatrace-04f3fbbfdb3a5dd197dbc25ca18ad244f1fbf6a5.tar.gz
latrace-04f3fbbfdb3a5dd197dbc25ca18ad244f1fbf6a5.tar.xz
latrace-04f3fbbfdb3a5dd197dbc25ca18ad244f1fbf6a5.zip
initial commit - 0.5.7
Diffstat (limited to 'etc/latrace.d/wait.conf')
-rw-r--r--etc/latrace.d/wait.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/etc/latrace.d/wait.conf b/etc/latrace.d/wait.conf
new file mode 100644
index 0000000..427b38d
--- /dev/null
+++ b/etc/latrace.d/wait.conf
@@ -0,0 +1,18 @@
+
+/* /usr/include/sys/wait.h */
+
+
+typedef u_int __WAIT_STATUS;
+typedef u_int idtype_t;
+typedef u_int __id_t;
+
+
+__pid_t wait(__WAIT_STATUS stat_loc);
+__pid_t waitpid(__pid_t pid, int *stat_loc, int options);
+
+
+int waitid(idtype_t idtype, __id_t id, void *infop, int options);
+
+
+__pid_t wait3(__WAIT_STATUS stat_loc, int options, void *usage);
+__pid_t wait4(__pid_t pid, __WAIT_STATUS stat_loc, int options, void *usage);