add arm and sh bits/ptrace.h
[musl] / include / poll.h
index 5979f7a..daccc76 100644 (file)
@@ -24,12 +24,11 @@ extern "C" {
 #ifndef POLLMSG
 #define POLLMSG    0x400
 #define POLLRDHUP  0x2000
-#define
+#endif
 
 typedef unsigned long nfds_t;
 
-struct pollfd
-{
+struct pollfd {
        int fd;
        short events;
        short revents;