summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/remque.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'tb_20250414'.tb_20250414cvs2svn12 days1-48/+0
|
* XPG requires insque() and remque() to work with linear lists and not justguenther2014-08-151-4/+8
| | | | | | | | | circular lists. Amazingly, they managed to extend the requirements to no longer match the behavior of the VAX instructions they were modeled after, so the trivial VAX ASM versions have to go. Nice job breaking it, X/Open! Based on a diff from enh (at) google.com ok miod@
* zap remaining rcsid.espie2005-08-081-5/+1
| | | | | | Kill old files that are no longer compiled. okay theo
* move insque(3) and remque(3) from libcompat -> libc; they are now POSIXmillert2003-05-081-0/+48