summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/insque.c
Commit message (Collapse)AuthorAgeFilesLines
* style(9): return type on separate line from function name.tjr2003-01-041-1/+2
|
* Remove unneeded $FreeBSD$ tags.robert2002-10-161-2/+0
|
* - Remove the old insque() and remque() functions and their manualrobert2002-10-161-0/+48
page from the compatibility library. - Add new implementations of insque() and remque() which conform to IEEE Std 1003.1-2001 to libc. Add a new manual page for them and connect them to the build. - Add the prototypes of insque() and remque() to the search.h header.
OpenPOWER on IntegriCloud