musl/arch
Andre McCurdy 0c6abb5882 remove a_ctz_l from arch specific atomic_arch.h
Update atomic.h to provide a_ctz_l in all cases (atomic_arch.h should
now only provide a_ctz_32 and/or a_ctz_64).

The generic version of a_ctz_32 now takes advantage of a_clz_32 if
available and the generic a_ctz_64 now makes use of a_ctz_32.
2018-04-19 12:23:17 -04:00
..
aarch64 aarch64: add sve_context struct and related defines from linux v4.15 2018-02-22 18:51:32 -05:00
arm arm: add get_tls syscall from linux v4.15 2018-02-22 18:49:24 -05:00
generic/bits fix minor namespace issues in termios.h 2018-03-10 18:19:41 -05:00
i386 remove a_ctz_l from arch specific atomic_arch.h 2018-04-19 12:23:17 -04:00
microblaze microblaze: add statx syscall from linux v4.13 2017-11-05 18:41:29 -05:00
mips fix minor namespace issues in termios.h 2018-03-10 18:19:41 -05:00
mips64 fix minor namespace issues in termios.h 2018-03-10 18:19:41 -05:00
mipsn32 fix minor namespace issues in termios.h 2018-03-10 18:19:41 -05:00
or1k reverse definition dependency between PAGESIZE and PAGE_SIZE 2018-03-10 17:47:14 -05:00
powerpc fix minor namespace issues in termios.h 2018-03-10 18:19:41 -05:00
powerpc64 fix minor namespace issues in termios.h 2018-03-10 18:19:41 -05:00
s390x use PAGESIZE rather than PAGE_SIZE in user.h bits 2018-03-10 17:49:23 -05:00
sh reverse definition dependency between PAGESIZE and PAGE_SIZE 2018-03-10 17:47:14 -05:00
x32 remove a_ctz_l from arch specific atomic_arch.h 2018-04-19 12:23:17 -04:00
x86_64 use PAGESIZE rather than PAGE_SIZE in user.h bits 2018-03-10 17:49:23 -05:00