summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-08-30 11:14:13 +0000
committerRoland McGrath <roland@gnu.org>1994-08-30 11:14:13 +0000
commit23d4dc58c2fe6c885855a38af4776eca3bdf0e08 (patch)
tree0eca8a3f1efc1d60208e0e305f066da1dba0d49c /misc
parent2dbd9070d1de069032182727da6d53562cd3101a (diff)
(headers): Added fstab.h.
(routines): Added fstab.
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 6578f6277b..99b9c86fb1 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
+ sys/mman.h sys/param.h fstab.h
routines := brk sbrk sstk ioctl \
__brk __sbrk __ioctl \
@@ -46,9 +46,8 @@ routines := brk sbrk sstk ioctl \
ualarm usleep \
gtty stty \
ptrace \
- nlist \
- utimes \
- __utimes \
+ nlist fstab \
+ utimes __utimes \
truncate ftruncate \
chflags fchflags \
insremque getttyent getusersh getpass ttyslot \