2003-01-23 Roland McGrath <roland@redhat.com>

* linux/dummy.h [! SYS_getpmsg] (sys_getpmsg): #define to printargs.
	[! SYS_putpmsg] (sys_putpmsg): Likewise.
This commit is contained in:
Roland McGrath 2003-01-24 04:39:46 +00:00
parent d2c642fbeb
commit 8bcf35765d

View File

@ -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