libbsd/include/bsd/sys
Guillem Jover fe21244b05 include: Use __has_builtin to detect __builtin_offsetof support
The __has_builtin operator is more specific and is supported by GCC
and Clang, while __is_identifier() is less specific and only supported
by Clang, so we should prefer the former whenever it is available, and
only fallback to use the latter when the former is missing and the
latter.
2023-02-13 00:39:54 +01:00
..
bitstring.h Namespace header inclusion protection macros 2017-06-19 03:17:21 +02:00
cdefs.h include: Use __has_builtin to detect __builtin_offsetof support 2023-02-13 00:39:54 +01:00
endian.h Guard non-portable forwarded includes 2018-06-18 04:31:00 +02:00
param.h Provide a <sys/param.h> with MIN() and MAX() 2019-08-08 03:22:09 +02:00
poll.h Add email address to my name 2012-05-29 04:51:45 +02:00
queue.h Update <sys/queue.h> from FreeBSD 2021-02-08 04:02:16 +01:00
time.h Guard non-portable forwarded includes 2018-06-18 04:31:00 +02:00
tree.h Handle systems missing <sys/cdefs.h> 2018-03-13 02:28:53 +01:00