Use select_s() and not select().
This commit is contained in:
parent
9b8e56c97c
commit
22226a8aec
@ -10,7 +10,7 @@ TOPDIR = ..
|
||||
include ../packages/DOS/common.dj
|
||||
include Makefile.inc
|
||||
|
||||
CFLAGS += -DWATT32
|
||||
CFLAGS += -DWATT32 -Dselect=select_s
|
||||
|
||||
LDFLAGS = -s
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user