diff options
Diffstat (limited to 'src/stropts/getmsg.c')
-rw-r--r-- | src/stropts/getmsg.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stropts/getmsg.c b/src/stropts/getmsg.c index 567a9ef6..7596d550 100644 --- a/src/stropts/getmsg.c +++ b/src/stropts/getmsg.c @@ -1,3 +1,5 @@ +#if 0 + #include <stropts.h> int getmsg(int fd , struct strbuf * ctlptr , struct strbuf * dataptr , int * flagsp ) @@ -7,3 +9,6 @@ int getmsg(int fd , struct strbuf * ctlptr , struct strbuf * dataptr , int * fla /* XOPEN(400) */ + + +#endif |