[#] http://marc.info/?l=openbsd-cvs&m=140807609727971&w=2
openbsd-cvs(obsdave,2) — All
2014-08-15 08:55:06


Module name: src
Changes by: guenther@cvs.openbsd.org 2014/08/14 22:14:36

Modified files:
lib/libc/stdlib: Makefile.inc insque.c remque.c
Removed files:
lib/libc/arch/vax/stdlib: insque.S remque.S

Log message:
XPG requires insque() and remque() to work with linear lists and not just
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@