From ae1553c5c33450e259d3059babc926e38bc52318 Mon Sep 17 00:00:00 2001 From: Tormod Volden Date: Sun, 29 May 2016 17:03:33 +0200 Subject: [PATCH] Library/include/poll.h: Add missing semicolon Signed-off-by: Tormod Volden --- Library/include/poll.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/include/poll.h b/Library/include/poll.h index 3eff11af..3f8bd62b 100644 --- a/Library/include/poll.h +++ b/Library/include/poll.h @@ -3,7 +3,7 @@ struct pollfd { int fd; - short events + short events; short revents; }; -- 2.34.1