From 7f6d89ffeba487c98438093aa4fca933ebc7af70 Mon Sep 17 00:00:00 2001 From: jimb Date: Thu, 16 Aug 2007 21:26:28 +0000 Subject: Implement the OPTION_EGLIBC_FSTAB option group * option-groups.def (OPTION_EGLIBC_FSTAB): New entry. * option-groups.defaults (OPTION_EGLIBC_FSTAB): Initialize. * misc/Makefile (routines): Put fstab.c in the option group. git-svn-id: svn://svn.eglibc.org/trunk@3173 7b3dc134-2b1b-0410-93df-9e9f96275f8d --- libc/misc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libc/misc') diff --git a/libc/misc/Makefile b/libc/misc/Makefile index 60abf891c..08af2da4d 100644 --- a/libc/misc/Makefile +++ b/libc/misc/Makefile @@ -52,7 +52,7 @@ routines := brk sbrk sstk ioctl \ ualarm usleep \ gtty stty \ ptrace \ - fstab mntent mntent_r \ + mntent mntent_r \ utimes lutimes futimes futimesat \ truncate ftruncate truncate64 ftruncate64 \ chflags fchflags \ @@ -70,6 +70,7 @@ routines := brk sbrk sstk ioctl \ removexattr setxattr routines-$(OPTION_POSIX_REGEXP) += regexp +routines-$(OPTION_EGLIBC_FSTAB) += fstab distribute := device-nrs.h -- cgit v1.2.3