libcompat: Remove the old and unused insque() and remque() functions.v5.2.0
commit313a2de6bbeb69bb5ba45c1aeafa8058490211b5
authorSascha Wildner <saw@online.de>
Tue, 3 Apr 2018 21:50:31 +0000 (3 23:50 +0200)
committerSascha Wildner <saw@online.de>
Tue, 3 Apr 2018 21:52:11 +0000 (3 23:52 +0200)
tree7f10a1d3bce2dcb02c610147eae6630115b3777e
parent4551bebd51b0c1e1fc7ebd398103247d609a4ddc
libcompat: Remove the old and unused insque() and remque() functions.

We have a conforming implementation of those two functions in libc, so
nothing was taking the ones from libcompat. However, libcompat's
outdated manual pages were shadowing the good ones from libc.

Reported-by: zrj
lib/libcompat/4.3/insque.3 [deleted file]
lib/libcompat/4.3/insque.c [deleted file]
lib/libcompat/4.3/remque.c [deleted file]
lib/libcompat/Makefile