]> granicus.if.org Git - strace/commitdiff
2003-01-23 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Fri, 24 Jan 2003 04:39:46 +0000 (04:39 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 24 Jan 2003 04:39:46 +0000 (04:39 +0000)
* linux/dummy.h [! SYS_getpmsg] (sys_getpmsg): #define to printargs.
[! SYS_putpmsg] (sys_putpmsg): Likewise.

linux/dummy.h

index c65aee2fb3b1f336228720a68856eb98e2825443..7cc6985fc66d4d6edf38c1100d302364ea00b609 100644 (file)
 #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