summaryrefslogtreecommitdiff
path: root/src/stropts/putmsg.c
blob: c9388ce5497b91fbc9bdb7838d89918efd345bbc (plain)
1
2
3
4
5
6
7
8
9
#include <stropts.h>

int putmsg(int fd , const struct strbuf * ctlptr , const struct strbuf * dataptr , int flags )
{
}

/*
XOPEN(400)
*/