diff options
Diffstat (limited to 'src/stropts/putmsg.c')
| -rw-r--r-- | src/stropts/putmsg.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/stropts/putmsg.c b/src/stropts/putmsg.c new file mode 100644 index 00000000..c9388ce5 --- /dev/null +++ b/src/stropts/putmsg.c @@ -0,0 +1,9 @@ +#include <stropts.h> + +int putmsg(int fd , const struct strbuf * ctlptr , const struct strbuf * dataptr , int flags ) +{ +} + +/* +XOPEN(400) +*/ |
