X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fstropts.h;h=c99c922e3411bab394e5fce78a3dca98977fc94b;hp=36d84bbba2b6da0d673ce01e7044fd8c6933678c;hb=9f65796c35bd93a1de42752ce8af901acfe4b1a4;hpb=17be8291048587a166a6707f394fe0d48b078ce9 diff --git a/include/stropts.h b/include/stropts.h index 36d84bbb..c99c922e 100644 --- a/include/stropts.h +++ b/include/stropts.h @@ -129,7 +129,8 @@ struct str_list { struct str_mlist *sl_modlist; }; -int ioctl (int, int, ...); +int isastream(int); +int ioctl(int, int, ...); #ifdef __cplusplus }