CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/08/14 17:18:03
Modified files:
lib/libc/hidden: stdlib.h
lib/libc/stdlib: Makefile.inc div.3 imaxdiv.3 labs.3 ldiv.3
llabs.c lldiv.3 lldiv.c
Removed files:
lib/libc/stdlib: qabs.3 qabs.c qdiv.3 qdiv.c
Log message:
Reduce qabs() and qdiv() to aliases of llabs() and lldiv().
Merge the manual pages and call them deprecated there.
ok and manpage tweak jmc@, ok natano@
