summaryrefslogtreecommitdiff
path: root/linux/dummy.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2003-01-24 04:39:46 +0000
committerRoland McGrath <roland@redhat.com>2003-01-24 04:39:46 +0000
commit8bcf35765dba20e83bf0667ea787cc6b89afab97 (patch)
treefd27706d8bc64fb9f21f6c363717db46b569f03d /linux/dummy.h
parentd2c642fbeb31fc85119d6462b1051e39dcb0742a (diff)
downloadstrace-8bcf35765dba20e83bf0667ea787cc6b89afab97.tar.gz
strace-8bcf35765dba20e83bf0667ea787cc6b89afab97.tar.bz2
strace-8bcf35765dba20e83bf0667ea787cc6b89afab97.tar.xz
2003-01-23 Roland McGrath <roland@redhat.com>
* linux/dummy.h [! SYS_getpmsg] (sys_getpmsg): #define to printargs. [! SYS_putpmsg] (sys_putpmsg): Likewise.
Diffstat (limited to 'linux/dummy.h')
-rw-r--r--linux/dummy.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/linux/dummy.h b/linux/dummy.h
index c65aee2..7cc6985 100644
--- a/linux/dummy.h
+++ b/linux/dummy.h
@@ -113,6 +113,13 @@
#define sys_recvmsg printargs
#endif
+#ifndef SYS_getpmsg
+#define sys_getpmsg printargs
+#endif
+#ifndef SYS_putpmsg
+#define sys_putpmsg printargs
+#endif
+
#if DONE
#define sys_oldselect printargs
#define sys_msync printargs