Build writev.c/readv.c for NEWLIB.

This commit is contained in:
Ralf Corsepius
2009-01-05 06:04:10 +00:00
parent 6291885cdc
commit fae11af5cf

View File

@@ -67,7 +67,7 @@ SYSTEM_CALL_C_FILES = src/open.c src/close.c src/read.c src/write.c \
## Until sys/uio.h is moved to libcsupport, we have to have networking
## enabled to compile these. Hopefully this is a temporary situation.
if LIBNETWORKING
if NEWLIB
SYSTEM_CALL_C_FILES += src/readv.c src/writev.c
endif