Skip to content
Snippets Groups Projects
Commit f50eb2a2 authored by KO Myung-Hun's avatar KO Myung-Hun Committed by Steve Lhomme
Browse files

configure: check socklen_t as int first


OS/2 socket APIs use int not unsigned int in place of socklen_t. As
a result, compilation is stopped at function call requiring socklen_t *
because of type mismatch between int * and unsigned int *.

Signed-off-by: default avatarSteve Lhomme <robux4@ycbcr.xyz>
parent 274b32c1
No related branches found
No related tags found
No related merge requests found
Pipeline #15199 passed with stage
in 22 minutes and 2 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment