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:
parent
d2c642fbeb
commit
8bcf35765d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user