summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/remque.c
Commit message (Collapse)AuthorAgeFilesLines
* style(9): return type on separate line from function name.Tim J. Robbins2003-01-041-1/+2
| | | | Notes: svn path=/head/; revision=108644
* Remove unneeded $FreeBSD$ tags.Robert Drehmel2002-10-161-2/+0
| | | | Notes: svn path=/head/; revision=105246
* - Remove the old insque() and remque() functions and their manualRobert Drehmel2002-10-161-0/+31
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. Notes: svn path=/head/; revision=105245