diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-01-06 08:51:00 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-01-06 08:51:00 +0000 |
commit | e077f341ca5758360b4c050c493a1d81b06c72a0 (patch) | |
tree | 799972c6664367540864241cf6df377e706e1d1c /libc/misc/Makefile | |
parent | 35a3f28ef419657978e9a62adb01a9a82c654158 (diff) |
Support statvfs and statfs. Added getmntent_r (and made it use
strtok_r instead of strtok), taught getmntent to use getmntent_r.
-Erik
Diffstat (limited to 'libc/misc/Makefile')
-rw-r--r-- | libc/misc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |