summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/tdelete.c
Commit message (Collapse)AuthorAgeFilesLines
* No need to include <assert.h> here.tjr2003-01-051-1/+0
|
* Style: One space between "restrict" qualifier and "*".tjr2002-09-061-1/+1
|
* - Add the 'restrict' qualifier to match the IEEE Std 1003.1-2001robert2002-08-141-6/+10
| | | | | | | prototype of the tdelete(3) function. - Remove duplicated space. - Use an ANSI-C function definition for tdelete(3). - Update the manual page.
* Fix the style of the SCM ID's.obrien2002-03-221-1/+3
| | | | I believe have made all of libc .c's as consistent as possible.
* Remove __P() usage.obrien2002-03-211-1/+1
|
* bring in binary search tree code.alfred2000-07-011-0/+66
Obtained from: NetBSD
OpenPOWER on IntegriCloud