aboutsummaryrefslogtreecommitdiff
path: root/libports/bucket-iterate.c
Commit message (Collapse)AuthorAgeFilesLines
* 1999-02-28 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-02-281-17/+32
| | | | | | | | | | * bucket-iterate.c (_ports_bucket_class_iterate): New function, transmorgified from ports_bucket_iterate. (ports_bucket_iterate): Now just call that to do the work. * class-iterate.c: New file. (ports_class_iterate): New function. * ports.h: Declare ports_class_iterate and _ports_bucket_class_iterate. * Makefile (SRCS): Add class-iterate.c.
* Include <hurd/ihash.h>.Michael I. Bushnell1995-06-221-0/+1
|
* Include <cthreads.h>.Michael I. Bushnell1995-06-221-1/+2
| | | | (ports_bucket_iterate): Fix decl of NXT.
* (ports_bucket_iterate): TypoMichael I. Bushnell1995-06-211-3/+7
| | | | .
* Initial revisionMichael I. Bushnell1995-06-211-0/+59