#include <sys/socket.h>
#include <unistd.h>
+T_GLOBAL_META(T_META_RUN_CONCURRENTLY(true));
+
T_DECL(socket_poll_close_25786011, "Tests an invalid poll call to a socket and then calling close.", T_META_LTEPHASE(LTE_POSTINIT))
{
int my_socket, ret;
*/
struct pollfd my_pollfd = {
.fd = my_socket,
- .events = POLLEXTEND
+ .events = POLLEXTEND
};
/*