[uClibc-cvs] uClibc/libc/sysdeps/linux/common Makefile,1.95,1.96

Erik Andersen andersen at uclibc.org
Wed Jan 21 21:06:40 UTC 2004


Update of /var/cvs/uClibc/libc/sysdeps/linux/common
In directory nail:/tmp/cvs-serv28829

Modified Files:
	Makefile 
Log Message:
Add poll


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/libc/sysdeps/linux/common/Makefile,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- Makefile	2 Jan 2004 23:34:11 -0000	1.95
+++ Makefile	21 Jan 2004 21:06:38 -0000	1.96
@@ -26,7 +26,7 @@
 	truncate64.c getrlimit64.c setrlimit64.c creat64.c \
 	llseek.c pread_write.c _exit.c sync.c getdirname.c \
 	sendfile64.c xstatconv.c getdents.c getdents64.c vfork.c \
-	ulimit.c ntp_gettime.c
+	ulimit.c ntp_gettime.c poll.c
 ifneq ($(strip $(EXCLUDE_BRK)),y)
 CSRC+=sbrk.c
 endif




More information about the uClibc-cvs mailing list