You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ariadne Conill 44994a46d4 portability: check for qsort_r which does not match POSIX-next definition
FreeBSD (and also Darwin) introduced its own qsort_r, which has different
semantics than the one slated for inclusion in POSIX.  Add a portability
thunk to deal with translating between implementations.

[TT: minor stylistic fixes]
1 year ago
..
sys portability: add sys/sysmacros.h wrapper for makedev/major/minor 2 years ago
endian.h portability: add endian.h wrapper 2 years ago
memrchr.c portability: implement skeleton with memrchr function 2 years ago
meson.build portability: check for qsort_r which does not match POSIX-next definition 1 year ago
mknodat.c portability: implement pipe2 and mknodat 2 years ago
pipe2.c portability: implement pipe2 and mknodat 2 years ago
qsort_r.c portability: add qsort_r 2 years ago
stdlib.h portability: check for qsort_r which does not match POSIX-next definition 1 year ago
string.h portability: take over strlcpy 2 years ago
strlcpy.c portability: take over strlcpy 2 years ago
unistd.h portability: include environ in overlaid unistd.h 2 years ago