Update all Windows files except dobuild.cmd to use LF line endings
[fio.git] / os / windows / posix / include / sys / poll.h
index e1626b2566bd560948897015ea4dea64bce7b33b..f009d6e4881ca5d41530ec9a3597bef5212f9aba 100644 (file)
@@ -1,15 +1,15 @@
-#ifndef SYS_POLL_H\r
-#define SYS_POLL_H\r
-\r
-typedef int nfds_t;\r
-\r
-struct pollfd\r
-{\r
-       int fd;\r
-       short events;\r
-       short revents;\r
-};\r
-\r
-int poll(struct pollfd fds[], nfds_t nfds, int timeout);\r
-\r
-#endif /* SYS_POLL_H */\r
+#ifndef SYS_POLL_H
+#define SYS_POLL_H
+
+typedef int nfds_t;
+
+struct pollfd
+{
+       int fd;
+       short events;
+       short revents;
+};
+
+int poll(struct pollfd fds[], nfds_t nfds, int timeout);
+
+#endif /* SYS_POLL_H */