]> git.ipfire.org Git - thirdparty/libbsd.git/commit
Update <sys/queue.h> from FreeBSD
authorFaidon Liambotis <paravoid@debian.org>
Sun, 7 Feb 2021 18:47:00 +0000 (20:47 +0200)
committerGuillem Jover <guillem@hadrons.org>
Mon, 8 Feb 2021 03:02:16 +0000 (04:02 +0100)
commit467602628660326a54f7af7344d5539cf31aeea3
tree581d4a9f6e340fca0a782449ccb7614f84eef857
parent25f9b30678b352e8275c98e118f5beacffbb94b4
Update <sys/queue.h> from FreeBSD

This brings <sys/queue.h> to the most up-to-date version from FreeBSD,
incorporating 18 commits from the past 5 years (2015-02-24 - 2021-01-25):

  $ git log --oneline 9090a24aed70..8d55837dc133 sys/sys/queue.h share/man/man3/queue.3

Only minimal changes compared to the FreeBSD version have been applied
(queue.3 -> queue.3bsd, _LIBBSD_ prefix).

[guillem@hadrons.org: Remove reference to kernel mode in man page. ]

Closes: !12
Signed-off-by: Guillem Jover <guillem@hadrons.org>
12 files changed:
include/bsd/sys/queue.h
man/LIST_CLASS_ENTRY.3bsd [new file with mode: 0644]
man/LIST_CLASS_HEAD.3bsd [new file with mode: 0644]
man/Makefile.am
man/SLIST_CLASS_ENTRY.3bsd [new file with mode: 0644]
man/SLIST_CLASS_HEAD.3bsd [new file with mode: 0644]
man/SLIST_REMOVE_PREVPTR.3bsd [new file with mode: 0644]
man/STAILQ_CLASS_ENTRY.3bsd [new file with mode: 0644]
man/STAILQ_CLASS_HEAD.3bsd [new file with mode: 0644]
man/TAILQ_CLASS_ENTRY.3bsd [new file with mode: 0644]
man/TAILQ_CLASS_HEAD.3bsd [new file with mode: 0644]
man/queue.3bsd