diff options
author | Roland McGrath <roland@gnu.org> | 1995-09-14 09:00:06 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-09-14 09:00:06 +0000 |
commit | 7a770247ab47579223da3ba873ca8236e5760b74 (patch) | |
tree | 855a3637f7eda31fc9a0977f7d15b9b02bb47560 /misc/Makefile | |
parent | eef089c2ab974053d6346632c5aae7f2f61e947f (diff) | |
download | glibc-7a770247ab47579223da3ba873ca8236e5760b74.tar.gz glibc-7a770247ab47579223da3ba873ca8236e5760b74.tar.xz glibc-7a770247ab47579223da3ba873ca8236e5760b74.zip |
Tue Sep 12 14:30:07 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* misc/mntent.c: New file. * misc/mntent.h: New file. * misc/Makefile (headers): Added mntent.h. (routines): Added mntent. * misc/fstab.c: Rewritten using mntent functions. Mon Sep 11 14:00:14 1995 Roland McGrath <roland@whiz-bang.gnu.ai.mit.edu> * posix/glob.c (glob): Comment fix.
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/Makefile b/misc/Makefile index 53489c68cd..c626dd7a33 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -25,7 +25,7 @@ subdir := misc headers := sys/uio.h sys/ioctl.h sys/ptrace.h ioctls.h sys/file.h \ a.out.h nlist.h stab.h stab.def sgtty.h sys/dir.h sys/cdefs.h \ ttyent.h syscall.h syslog.h sys/syslog.h paths.h sys/reboot.h \ - sys/mman.h sys/param.h fstab.h search.h utmp.h + sys/mman.h sys/param.h fstab.h mntent.h search.h utmp.h routines := brk sbrk sstk ioctl \ readv writev \ @@ -42,7 +42,7 @@ routines := brk sbrk sstk ioctl \ ualarm usleep \ gtty stty \ ptrace \ - nlist fstab \ + nlist fstab mntent \ utimes \ truncate ftruncate \ chflags fchflags \ |