Reduce qabs() and qdiv() to aliases of llabs() and lldiv().
authorguenther <guenther@openbsd.org>
Sun, 14 Aug 2016 23:18:03 +0000 (23:18 +0000)
committerguenther <guenther@openbsd.org>
Sun, 14 Aug 2016 23:18:03 +0000 (23:18 +0000)
commit60e29447380c2a7085979385eb4e985f0d44970e
tree61e51098fb707f99613b597796b6ae1be6787f9c
parent4c8432e8c87d8aa6ecaa7c8f757cf50b817eaa92
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@
13 files changed:
lib/libc/hidden/stdlib.h
lib/libc/stdlib/Makefile.inc
lib/libc/stdlib/div.3
lib/libc/stdlib/imaxdiv.3
lib/libc/stdlib/labs.3
lib/libc/stdlib/ldiv.3
lib/libc/stdlib/llabs.c
lib/libc/stdlib/lldiv.3
lib/libc/stdlib/lldiv.c
lib/libc/stdlib/qabs.3 [deleted file]
lib/libc/stdlib/qabs.c [deleted file]
lib/libc/stdlib/qdiv.3 [deleted file]
lib/libc/stdlib/qdiv.c [deleted file]