From fae11af5cfd816fe1eba1bd39c5c5a645518d601 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 5 Jan 2009 06:04:10 +0000 Subject: [PATCH] Build writev.c/readv.c for NEWLIB. --- cpukit/libcsupport/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpukit/libcsupport/Makefile.am b/cpukit/libcsupport/Makefile.am index e289d9fd75..9d59167e65 100644 --- a/cpukit/libcsupport/Makefile.am +++ b/cpukit/libcsupport/Makefile.am @@ -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