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 /sys | |
parent | bbed653cda6007426e8291a5d32963552cc4f417 (diff) |
* 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> |