Files
u-boot/lib
Jonathan Gray 8f1603bd78 bch: don't use __BSD_VISIBLE to test for fls
Commit 4ecc988301 assumes fls is in libc
if __BSD_VISIBLE is defined.  This appears to only be true on FreeBSD
and DragonFlyBSD.  OpenBSD defines __BSD_VISIBLE and does not have fls
in strings.h/libc.

Switch the test for __BSD_VISIBLE to one for __DragonFly__ and
__FreeBSD__ to unbreak the build on OpenBSD.

Signed-off-by: Jonathan Gray <jsg@jsg.id.au>
2017-09-03 15:30:31 -04:00
..
2017-07-10 08:39:24 -04:00
2017-05-12 08:37:19 -04:00
2017-04-12 13:28:27 -04:00
2016-04-11 20:48:26 -04:00
2017-04-13 09:41:10 -04:00
2016-05-02 18:37:09 -04:00
2017-09-01 20:45:26 -04:00
2016-11-21 14:07:30 -05:00
2017-05-12 08:37:18 -04:00
2017-08-16 08:30:24 -04:00
2017-06-01 07:03:12 -06:00
2016-10-11 11:55:33 +08:00
2017-08-13 15:17:29 -04:00
2017-08-16 08:22:18 -04:00