mirror of
https://github.com/curl/curl.git
synced 2026-06-05 16:24:16 +03:00
Use select_s() and not select().
This commit is contained in:
parent
9b8e56c97c
commit
22226a8aec
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ TOPDIR = ..
|
|||
include ../packages/DOS/common.dj
|
||||
include Makefile.inc
|
||||
|
||||
CFLAGS += -DWATT32
|
||||
CFLAGS += -DWATT32 -Dselect=select_s
|
||||
|
||||
LDFLAGS = -s
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue