]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Remove the old insque() and remque() functions and their manual
authorRobert Drehmel <robert@FreeBSD.org>
Wed, 16 Oct 2002 14:00:46 +0000 (14:00 +0000)
committerRobert Drehmel <robert@FreeBSD.org>
Wed, 16 Oct 2002 14:00:46 +0000 (14:00 +0000)
commite768c1be41aefcb7cf8fb19b12cf21d523dc4cdf
treef842a8fc345135dd3f0a7b4514d049f10569985e
parentdc51023cb319a421c1d1f7bfb06f90e5e0fb500a
 - Remove the old insque() and remque() functions and their manual
   page from the compatibility library.
 - Add new implementations of insque() and remque() which conform to
   IEEE Std 1003.1-2001 to libc.  Add a new manual page for them and
   connect them to the build.
 - Add the prototypes of insque() and remque() to the search.h
   header.
include/search.h
lib/libc/stdlib/Makefile.inc
lib/libc/stdlib/insque.3 [new file with mode: 0644]
lib/libc/stdlib/insque.c [new file with mode: 0644]
lib/libc/stdlib/remque.c [new file with mode: 0644]
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