summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/tdelete.c
Commit message (Collapse)AuthorAgeFilesLines
* Revert r279010:pfg2016-01-261-6/+5
| | | | | | | | | | | | | | tdelete(3): don't delete the node we are about to return. The original change, from NetBSD, was bogus; introduced a memory leak and and broke POSIX. By reverting we actually match NetBSD's latest revision. This is a direct commit to 10 since this function was rewritten in 11-current. Reported by: Markiyan Kushnir Obtained from: NetBSD (CVS rev. 1.7, 1.8)
* MFC r278301, r278315:pfg2015-02-191-4/+5
| | | | | | | tdelete(3): don't delete the node we are about to return. CID: 272528 Obtained from: NetBSD (CVS rev. 1.4)
* 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