diff options
author | Roland McGrath <roland@gnu.org> | 1995-03-01 06:28:14 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-03-01 06:28:14 +0000 |
commit | 30e77772456f3d31373bf1bd002af5b498496e08 (patch) | |
tree | e7613c50583726e92d86edb441869d1971ee299a /misc/Makefile | |
parent | e32a795748e59aaedd7d034dcdbf6fffb2f17f80 (diff) | |
download | glibc-30e77772456f3d31373bf1bd002af5b498496e08.tar.gz glibc-30e77772456f3d31373bf1bd002af5b498496e08.tar.xz glibc-30e77772456f3d31373bf1bd002af5b498496e08.zip |
Wed Mar 1 00:57:47 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* misc/search.h: New file. * misc/Makefile (headers): Add search.h. * misc/insremque.c: Include search.h. (struct qelem): Type removed.
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index 289a02430b..8638c08676 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 + sys/mman.h sys/param.h fstab.h search.h routines := brk sbrk sstk ioctl \ readv writev \ |