Skip to content

Commit df1a7c3

Browse files
Add const
1 parent 281712b commit df1a7c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

poll_pollutil.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ const struct PollResult* blockingPoll(
193193
{
194194
size_t i;
195195
size_t readyFDIndex = 0;
196-
int retVal =
196+
const int retVal =
197197
signalSafePoll(
198198
internalPollState->pollfdArray,
199199
internalPollState->numFDs,

0 commit comments

Comments
 (0)