move wait.h macros out of bits. they do not vary.
[musl] / include / stdio.h
index 4abb1e6..69178cc 100644 (file)
@@ -154,6 +154,10 @@ char *tempnam(const char *, const char *);
 char *cuserid(char *);
 #undef off64_t
 #define off64_t off_t
+int asprintf(char **, const char *, ...);
+int vasprintf(char **, const char *, va_list);
+void setlinebuf(FILE *);
+void setbuffer(FILE *, char *, size_t);
 #endif
 
 #ifdef __cplusplus