diff options
Diffstat (limited to 'libbb/safe_poll.c')
-rw-r--r-- | libbb/safe_poll.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libbb/safe_poll.c b/libbb/safe_poll.c index b492a8151..cf93a9774 100644 --- a/libbb/safe_poll.c +++ b/libbb/safe_poll.c | |||
@@ -6,7 +6,6 @@ | |||
6 | * | 6 | * |
7 | * Licensed under GPLv2, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | |||
10 | #include "libbb.h" | 9 | #include "libbb.h" |
11 | 10 | ||
12 | /* Wrapper which restarts poll on EINTR or ENOMEM. | 11 | /* Wrapper which restarts poll on EINTR or ENOMEM. |