diff options
author | 1996-01-22 10:00:24 +0000 | |
---|---|---|
committer | 1996-01-22 10:00:24 +0000 | |
commit | f2f7f9e665975125ef253d7a621bcc3e4f68904d (patch) | |
tree | a102a42c30602248d14c0577a5e7bbea99bb6be2 /sys | |
parent | Sun Jan 21 00:55:25 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu> (diff) | |
download | glibc-cvs/libc-960122.tar.xz glibc-cvs/libc-960122.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 'sys')
-rw-r--r-- | sys/queue.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/queue.h b/sys/queue.h new file mode 100644 index 0000000000..5c9823b7eb --- /dev/null +++ b/sys/queue.h @@ -0,0 +1 @@ +#include <misc/sys/queue.h> |