From e077f341ca5758360b4c050c493a1d81b06c72a0 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sun, 6 Jan 2002 08:51:00 +0000 Subject: Support statvfs and statfs. Added getmntent_r (and made it use strtok_r instead of strtok), taught getmntent to use getmntent_r. -Erik --- libc/misc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/misc/Makefile') diff --git a/libc/misc/Makefile b/libc/misc/Makefile index eb0bf6ff0..dfa1bf9ea 100644 --- a/libc/misc/Makefile +++ b/libc/misc/Makefile @@ -26,7 +26,7 @@ include $(TOPDIR)Rules.mak DIRS = assert ctype dirent file fnmatch glob internals lsearch \ - mntent syslog time utmp tsearch locale regex sysvipc + mntent syslog time utmp tsearch locale regex sysvipc statfs all: libc.a -- cgit v1.2.3