diff options
author | Roland McGrath <roland@gnu.org> | 1996-01-02 06:19:15 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-01-02 06:19:15 +0000 |
commit | fc4026d8e43407ba2739e493878d1ce259500059 (patch) | |
tree | 8473474493e6a95c5eb9fc6331b4658adb0b9707 /misc/Makefile | |
parent | 0a95f04d06a3226097124a3cee6b4a86452908b0 (diff) | |
download | glibc-fc4026d8e43407ba2739e493878d1ce259500059.tar.gz glibc-fc4026d8e43407ba2739e493878d1ce259500059.tar.xz glibc-fc4026d8e43407ba2739e493878d1ce259500059.zip |
Tue Jan 2 00:50:10 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* misc/queue.h: New file, incorporated from 4.4BSD. * misc/Makefile (headers): Add queue.h. * posix/sys/types.h [__USE_BSD]: Include endian.h. * io/sys/stat.h (DEFFILEMODE, ALLPERMS, ACCESSPERMS, S_BLKSIZE): New macros.
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 102fdd343f..f557e59a6c 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. +# Copyright (C) 1991, 92, 93, 94, 95, 96 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -26,7 +26,7 @@ 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 mntent.h search.h utmp.h \ - err.h error.h + err.h error.h queue.h routines := brk sbrk sstk ioctl \ readv writev \ |