Add more links for queue.h.

This commit is contained in:
mycroft 1994-10-06 09:02:21 +00:00
parent a412f1e2db
commit ca04f4e45d

View File

@ -1,12 +1,14 @@
# from: @(#)Makefile 5.16.1.1 (Berkeley) 5/7/91
# $Id: Makefile,v 1.5 1993/12/21 01:59:29 cgd Exp $
# $Id: Makefile,v 1.6 1994/10/06 09:02:21 mycroft Exp $
MAN3= assert.0 bitstring.0 end.0 intro.0 queue.0 stdarg.0
MLINKS+=end.3 edata.3 end.3 etext.3
MLINKS+=queue.3 list_entry.3 queue.3 list_head.3 queue.3 list_init.3
MLINKS+=queue.3 list_insert_after.3 queue.3 list_insert_head.3
MLINKS+=queue.3 list_insert_after.3 queue.3 list_insert_before.3
MLINKS+=queue.3 list_insert_head.3
MLINKS+=queue.3 list_remove.3 queue.3 tailq_entry.3 queue.3 tailq_head.3
MLINKS+=queue.3 tailq_init.3 queue.3 tailq_insert_after.3
MLINKS+=queue.3 tailq_insert_before.3
MLINKS+=queue.3 tailq_insert_head.3 queue.3 tailq_insert_tail.3
MLINKS+=queue.3 tailq_remove.3 queue.3 circleq_entry.3 queue.3 circleq_head.3
MLINKS+=queue.3 circleq_init.3 queue.3 circleq_insert_after.3