Print this page
9704 move socket functions to libc
@@ -660,10 +660,15 @@
vprintf_c89.o \
vsnprintf_c89.o \
vsprintf_c89.o \
vwprintf_c89.o
+PORTSOCKET= \
+ sockatmark.o \
+ socket.o \
+ socketpair.o
+
PORTSTDIO_C89= \
vscanf_c89.o \
vwscanf_c89.o \
# portable stdio objects that contain large file interfaces.
@@ -1014,10 +1019,11 @@
$(PORTPRINT) \
$(PORTPRINT_C89) \
$(PORTPRINT_W) \
$(PORTREGEX) \
$(PORTREGEX64) \
+ $(PORTSOCKET) \
$(PORTSTDIO) \
$(PORTSTDIO64) \
$(PORTSTDIO_C89) \
$(PORTSTDIO_W) \
$(PORTSYS) \
@@ -1169,10 +1175,11 @@
$(PORTI18N:%.o=$(LIBCDIR)/port/i18n/%.c) \
$(PORTINET:%.o=$(LIBCDIR)/port/inet/%.c) \
$(PORTLOCALE:%.o=$(LIBCDIR)/port/locale/%.c) \
$(PORTPRINT:%.o=$(LIBCDIR)/port/print/%.c) \
$(PORTREGEX:%.o=$(LIBCDIR)/port/regex/%.c) \
+ $(PORTSOCKET:%.o=$(LIBCDIR)/port/socket/%.c) \
$(PORTSTDIO:%.o=$(LIBCDIR)/port/stdio/%.c) \
$(PORTSYS:%.o=$(LIBCDIR)/port/sys/%.c) \
$(AIOOBJS:%.o=$(LIBCDIR)/port/aio/%.c) \
$(RTOBJS:%.o=$(LIBCDIR)/port/rt/%.c) \
$(SECFLAGSOBJS:%.o=$(SRC)/common/secflags/%.c) \