Re: use volatile not __volatile

2022-08-28 Thread Philip Guenther
On Sat, Aug 27, 2022 at 6:31 PM Jonathan Gray wrote: > directly use ansi volatile keyword not __volatile from cdefs.h > Yay! ok guenther@

use volatile not __volatile

2022-08-27 Thread Jonathan Gray
directly use ansi volatile keyword not __volatile from cdefs.h diff --git lib/libc/arch/aarch64/gen/fpgetround.c lib/libc/arch/aarch64/gen/fpgetround.c index 058fa8fcd8c..b6943e6585e 100644 --- lib/libc/arch/aarch64/gen/fpgetround.c +++ lib/libc/arch/aarch64/gen/fpgetround.c @@ -34,7 +34,7 @@