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