From 98701e85730391501e100419ab3aeb7dd77055d2 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 22 Dec 2004 19:53:11 +0000 Subject: Patch from psm, vapier, and solar, adding xattr syscalls --- libc/sysdeps/linux/common/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'libc/sysdeps/linux/common/Makefile') diff --git a/libc/sysdeps/linux/common/Makefile b/libc/sysdeps/linux/common/Makefile index ddd015f7c..56a65797d 100644 --- a/libc/sysdeps/linux/common/Makefile +++ b/libc/sysdeps/linux/common/Makefile @@ -52,7 +52,7 @@ CSRC= __rt_sigtimedwait.c __socketcall.c __syscall_fcntl.c \ sysinfo.c time.c times.c truncate.c truncate64.c ulimit.c \ umask.c umount.c umount2.c uname.c unlink.c uselib.c ustat.c \ utime.c utimes.c vfork.c vhangup.c wait.c wait3.c wait4.c \ - waitpid.c write.c writev.c xstatconv.c + waitpid.c write.c writev.c xattr.c xstatconv.c ifneq ($(strip $(EXCLUDE_BRK)),y) CSRC+=sbrk.c @@ -61,10 +61,6 @@ ifeq ($(strip $(UCLIBC_PROPOLICE)),y) CSRC+=ssp.c endif -ifeq ($(strip $(UCLIBC_XATTR)),y) -CSRC+=xattr.c -endif - COBJS=$(patsubst %.c,%.o, $(CSRC)) OBJ=$(COBJS) $(MOBJ) -- cgit v1.2.3