diff options
author | Roland McGrath <roland@gnu.org> | 1996-01-22 10:00:24 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-01-22 10:00:24 +0000 |
commit | f2f7f9e665975125ef253d7a621bcc3e4f68904d (patch) | |
tree | a102a42c30602248d14c0577a5e7bbea99bb6be2 /misc/Makefile | |
parent | bbed653cda6007426e8291a5d32963552cc4f417 (diff) | |
download | glibc-f2f7f9e665975125ef253d7a621bcc3e4f68904d.tar.gz glibc-f2f7f9e665975125ef253d7a621bcc3e4f68904d.tar.xz glibc-f2f7f9e665975125ef253d7a621bcc3e4f68904d.zip |
* misc/Makefile (headers): Rename queue.h to sys/queue.h. cvs/libc-960122
* misc/queue.h: Moved to misc/sys/queue.h.
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 4a5546634e..2de6dd1617 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -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 queue.h + err.h error.h sys/queue.h routines := brk sbrk sstk ioctl \ readv writev \ |