Skip to content

Commit 281712b

Browse files
committedJan 9, 2016
Add const
1 parent 63e4252 commit 281712b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎epoll_pollutil.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ const struct PollResult* blockingPoll(
200200
if (internalPollState->numFDs > 0)
201201
{
202202
size_t i;
203-
int retVal =
203+
const int retVal =
204204
signalSafeEpollWait(
205205
internalPollState->epollFD,
206206
internalPollState->epollEventArray,

0 commit comments

Comments
 (0)
Please sign in to comment.