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