make FILE a complete type for pre-C11 standard profiles
[musl] / include / poll.h
index 7af7372..daccc76 100644 (file)
@@ -28,8 +28,7 @@ extern "C" {
 
 typedef unsigned long nfds_t;
 
-struct pollfd
-{
+struct pollfd {
        int fd;
        short events;
        short revents;