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 /ChangeLog | |
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 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 50785a204f..761fb90342 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ Sun Jan 21 00:55:25 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu> + * misc/Makefile (headers): Rename queue.h to sys/queue.h. + * misc/queue.h: Moved to misc/sys/queue.h. + * sysdeps/unix/sysv/linux/shmat.c: Include sys/shm.h instead of sys/sem.h. |