make posix_spawn (and functions that use it) use CLONE_VFORK flag
[oweals/musl.git] / include / stropts.h
index 36d84bbba2b6da0d673ce01e7044fd8c6933678c..c99c922e3411bab394e5fce78a3dca98977fc94b 100644 (file)
@@ -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
 }