From: Roland McGrath Date: Fri, 24 Jan 2003 04:39:46 +0000 (+0000) Subject: 2003-01-23 Roland McGrath X-Git-Tag: v4.5.18~827 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8bcf35765dba20e83bf0667ea787cc6b89afab97;p=strace 2003-01-23 Roland McGrath * linux/dummy.h [! SYS_getpmsg] (sys_getpmsg): #define to printargs. [! SYS_putpmsg] (sys_putpmsg): Likewise. --- diff --git a/linux/dummy.h b/linux/dummy.h index c65aee2f..7cc6985f 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