blob: 4b2813cf54fc8ee1fe46847afd0687f58c5dea59 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#if 0
#include <stropts.h>
int putpmsg(int fd , const struct strbuf * ctlptr , const struct strbuf * dataptr , int band , int flags )
{
}
/*
XOPEN(400)
*/
#endif
|